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 53dd1be commit 5b1ee5eCopy full SHA for 5b1ee5e
lightning/src/ln/channelmanager.rs
@@ -8312,7 +8312,7 @@ where
8312
for (htlc_source, (htlc, preimage_opt)) in monitor.get_all_current_outbound_htlcs() {
8313
match htlc_source {
8314
HTLCSource::PreviousHopData(prev_hop_data) => {
8315
- if let Some(payment_preimage) = preimage_opt {
+ if let Some(payment_preimage) = preimage_opt {
8316
let mut is_chan_open = false;
8317
if let Some((node_id, chan_id)) = short_to_chan_info.get(&prev_hop_data.short_channel_id) {
8318
if let Some(mut peer) = per_peer_state.get_mut(node_id).map(|node| node.lock().unwrap()) {
0 commit comments