We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a688a commit 55c1fbaCopy full SHA for 55c1fba
lightning/src/ln/channelmanager.rs
@@ -8297,7 +8297,7 @@ where
8297
for (htlc_source, (htlc, preimage_opt)) in monitor.get_all_current_outbound_htlcs() {
8298
match htlc_source {
8299
HTLCSource::PreviousHopData(prev_hop_data) => {
8300
- if let Some(payment_preimage) = preimage_opt {
+ if let Some(payment_preimage) = preimage_opt {
8301
let mut is_chan_open = false;
8302
if let Some((node_id, chan_id)) = short_to_chan_info.get(&prev_hop_data.short_channel_id) {
8303
if let Some(mut peer) = per_peer_state.get_mut(node_id).map(|node| node.lock().unwrap()) {
0 commit comments