File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16452,9 +16452,8 @@ where
16452
16452
// We only rebuild the pending payments map if we were most recently serialized by
16453
16453
// 0.0.102+
16454
16454
//
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.
16458
16457
for (channel_id, monitor) in args.channel_monitors.iter() {
16459
16458
let mut is_channel_closed = false;
16460
16459
let counterparty_node_id = monitor.get_counterparty_node_id();
You can’t perform that action at this time.
0 commit comments