Skip to content

Commit b7f0c6e

Browse files
committed
f simplfiy sentence
1 parent 39e5935 commit b7f0c6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16452,9 +16452,8 @@ where
1645216452
// We only rebuild the pending payments map if we were most recently serialized by
1645316453
// 0.0.102+
1645416454
//
16455-
// First we rebuild the pending payments, and only once we do so we go through and
16456-
// re-claim and re-fail pending payments. This avoids edge-cases around MPP payments
16457-
// resulting in redundant actions.
16455+
// First we rebuild all pending payments, then separately re-claim and re-fail pending
16456+
// payments. This avoids edge-cases around MPP payments resulting in redundant actions.
1645816457
for (channel_id, monitor) in args.channel_monitors.iter() {
1645916458
let mut is_channel_closed = false;
1646016459
let counterparty_node_id = monitor.get_counterparty_node_id();

0 commit comments

Comments
 (0)