File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18074,9 +18074,10 @@ where
1807418074 }
1807518075 // The ChannelMonitor is now responsible for this HTLC's
1807618076 // failure/success and will let us know what its outcome is. If we
18077- // still have an entry for this HTLC in `forward_htlcs`,
18078- // `pending_intercepted_htlcs`, or `decode_update_add_htlcs`, we were apparently not
18079- // persisted after the monitor was when forwarding the payment.
18077+ // still have an entry for this HTLC in `forward_htlcs_legacy`,
18078+ // `pending_intercepted_htlcs_legacy`, or
18079+ // `decode_update_add_htlcs_legacy`, we were apparently not persisted
18080+ // after the monitor was when forwarding the payment.
1808018081 dedup_decode_update_add_htlcs(
1808118082 &mut decode_update_add_htlcs_legacy,
1808218083 &prev_hop_data,
You can’t perform that action at this time.
0 commit comments