Commit c0a89bb
committed
Release held htlcs on release_held_htlc
As part of supporting sending payments as an often-offline sender, the sender's
always-online channel counterparty needs to hold onto the sender's HTLC until
they receive a release_held_htlc onion message from the often-offline
recipient.
Here we implement forwarding these held HTLCs upon receipt of the release
message from the recipient.1 parent 73a87c8 commit c0a89bb
1 file changed
Lines changed: 41 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14706 | 14706 | | |
14707 | 14707 | | |
14708 | 14708 | | |
14709 | | - | |
14710 | | - | |
| 14709 | + | |
| 14710 | + | |
| 14711 | + | |
| 14712 | + | |
| 14713 | + | |
| 14714 | + | |
| 14715 | + | |
| 14716 | + | |
| 14717 | + | |
| 14718 | + | |
| 14719 | + | |
| 14720 | + | |
| 14721 | + | |
| 14722 | + | |
| 14723 | + | |
| 14724 | + | |
| 14725 | + | |
| 14726 | + | |
| 14727 | + | |
| 14728 | + | |
| 14729 | + | |
| 14730 | + | |
| 14731 | + | |
| 14732 | + | |
| 14733 | + | |
| 14734 | + | |
| 14735 | + | |
| 14736 | + | |
| 14737 | + | |
| 14738 | + | |
| 14739 | + | |
| 14740 | + | |
| 14741 | + | |
| 14742 | + | |
| 14743 | + | |
| 14744 | + | |
| 14745 | + | |
| 14746 | + | |
| 14747 | + | |
| 14748 | + | |
| 14749 | + | |
14711 | 14750 | | |
14712 | | - | |
14713 | | - | |
14714 | | - | |
14715 | | - | |
14716 | | - | |
14717 | | - | |
14718 | | - | |
14719 | | - | |
14720 | | - | |
14721 | 14751 | | |
14722 | 14752 | | |
14723 | 14753 | | |
| |||
0 commit comments