-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decode fully committed incoming HTLC onions upon channel resumption
This is currently done as soon as we receive the `UpdateAddHTLC` message, but it will be phased out as we transition to decoding incoming HTLC onions once the HTLC has been fully committed to by both sides. Doing so within the monitor update completion path meshes well as it already handles forwarding and failing back HTLCs – the two possible outcomes of decoding an incoming HTLC onion.
- Loading branch information
Showing
2 changed files
with
64 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters