Skip to content

Commit 30748ad

Browse files
committed
f clarify upstream -> 0.1 diff
1 parent 24090fa commit 30748ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13872,6 +13872,7 @@ where
1387213872
// payments. This avoids edge-cases around MPP payments resulting in redundant actions.
1387313873
for (_, monitor) in args.channel_monitors.iter() {
1387413874
let counterparty_opt = outpoint_to_peer.get(&monitor.get_funding_txo().0);
13875+
// outpoint_to_peer missing the funding outpoint implies the channel is closed
1387513876
if counterparty_opt.is_none() {
1387613877
for (htlc_source, (htlc, _)) in monitor.get_pending_or_resolved_outbound_htlcs() {
1387713878
let logger = WithChannelMonitor::from(&args.logger, monitor, Some(htlc.payment_hash));

0 commit comments

Comments
 (0)