Commit f97e0e0
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 dcbb83f commit f97e0e0
1 file changed
Lines changed: 41 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14736 | 14736 | | |
14737 | 14737 | | |
14738 | 14738 | | |
14739 | | - | |
14740 | | - | |
| 14739 | + | |
| 14740 | + | |
| 14741 | + | |
| 14742 | + | |
| 14743 | + | |
| 14744 | + | |
| 14745 | + | |
| 14746 | + | |
| 14747 | + | |
| 14748 | + | |
| 14749 | + | |
| 14750 | + | |
| 14751 | + | |
| 14752 | + | |
| 14753 | + | |
| 14754 | + | |
| 14755 | + | |
| 14756 | + | |
| 14757 | + | |
| 14758 | + | |
| 14759 | + | |
| 14760 | + | |
| 14761 | + | |
| 14762 | + | |
| 14763 | + | |
| 14764 | + | |
| 14765 | + | |
| 14766 | + | |
| 14767 | + | |
| 14768 | + | |
| 14769 | + | |
| 14770 | + | |
| 14771 | + | |
| 14772 | + | |
| 14773 | + | |
| 14774 | + | |
| 14775 | + | |
| 14776 | + | |
| 14777 | + | |
| 14778 | + | |
| 14779 | + | |
14741 | 14780 | | |
14742 | | - | |
14743 | | - | |
14744 | | - | |
14745 | | - | |
14746 | | - | |
14747 | | - | |
14748 | | - | |
14749 | | - | |
14750 | | - | |
14751 | 14781 | | |
14752 | 14782 | | |
14753 | 14783 | | |
| |||
0 commit comments