File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2695,10 +2695,9 @@ impl<Signer: Sign> Channel<Signer> {
2695
2695
}
2696
2696
}
2697
2697
2698
- /// Removes any uncommitted HTLCs, to be used on peer disconnection, including any pending
2699
- /// HTLCs that we intended to add but haven't as we were waiting on a remote revoke.
2700
- /// Returns the set of PendingHTLCStatuses from remote uncommitted HTLCs (which we're
2701
- /// implicitly dropping) and the payment_hashes of HTLCs we tried to add but are dropping.
2698
+ /// Removes any uncommitted inbound HTLCs and resets the state of uncommitted outbound HTLC
2699
+ /// updates, to be used on peer disconnection. After this, update_*_htlc messages need to be
2700
+ /// resent.
2702
2701
/// No further message handling calls may be made until a channel_reestablish dance has
2703
2702
/// completed.
2704
2703
pub fn remove_uncommitted_htlcs_and_mark_paused < L : Deref > ( & mut self , logger : & L ) where L :: Target : Logger {
You can’t perform that action at this time.
0 commit comments