Skip to content

Commit ae4df0a

Browse files
committed
f sp
1 parent 667c5f0 commit ae4df0a

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
@@ -7885,7 +7885,7 @@ where
78857885
} else { true }
78867886
});
78877887
#[cfg(debug_assertions)] {
7888-
if let Some(preimage) = preimage_opt {
7888+
if let Some(preimage) = preimage_opt {
78897889
if let Some((node_id, chan_id)) = short_to_chan_info.get(&prev_hop_data.short_channel_id) {
78907890
let chan = peer_channels.get_mut(node_id).unwrap().get_mut(chan_id).unwrap();
78917891
if let UpdateFulfillCommitFetch::DuplicateClaim {} =

0 commit comments

Comments
 (0)