Skip to content

Commit 5a4912c

Browse files
Update outdated comment due to var renames
1 parent e76159a commit 5a4912c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)