Commit aeaa42d
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 6c252df commit aeaa42d
1 file changed
Lines changed: 41 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14726 | 14726 | | |
14727 | 14727 | | |
14728 | 14728 | | |
14729 | | - | |
14730 | | - | |
| 14729 | + | |
| 14730 | + | |
| 14731 | + | |
| 14732 | + | |
| 14733 | + | |
| 14734 | + | |
| 14735 | + | |
| 14736 | + | |
| 14737 | + | |
| 14738 | + | |
| 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 | + | |
14731 | 14770 | | |
14732 | | - | |
14733 | | - | |
14734 | | - | |
14735 | | - | |
14736 | | - | |
14737 | | - | |
14738 | | - | |
14739 | | - | |
14740 | | - | |
14741 | 14771 | | |
14742 | 14772 | | |
14743 | 14773 | | |
| |||
0 commit comments