Skip to content

Commit 5b1ee5e

Browse files
committed
f whitespace
1 parent 53dd1be commit 5b1ee5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8312,7 +8312,7 @@ where
83128312
for (htlc_source, (htlc, preimage_opt)) in monitor.get_all_current_outbound_htlcs() {
83138313
match htlc_source {
83148314
HTLCSource::PreviousHopData(prev_hop_data) => {
8315-
if let Some(payment_preimage) = preimage_opt {
8315+
if let Some(payment_preimage) = preimage_opt {
83168316
let mut is_chan_open = false;
83178317
if let Some((node_id, chan_id)) = short_to_chan_info.get(&prev_hop_data.short_channel_id) {
83188318
if let Some(mut peer) = per_peer_state.get_mut(node_id).map(|node| node.lock().unwrap()) {

0 commit comments

Comments
 (0)