Commit e16e4e3
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 84054e8 commit e16e4e3
1 file changed
Lines changed: 57 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14806 | 14806 | | |
14807 | 14807 | | |
14808 | 14808 | | |
14809 | | - | |
14810 | | - | |
14811 | | - | |
14812 | | - | |
| 14809 | + | |
| 14810 | + | |
| 14811 | + | |
| 14812 | + | |
| 14813 | + | |
| 14814 | + | |
| 14815 | + | |
| 14816 | + | |
| 14817 | + | |
| 14818 | + | |
| 14819 | + | |
| 14820 | + | |
| 14821 | + | |
| 14822 | + | |
| 14823 | + | |
| 14824 | + | |
| 14825 | + | |
| 14826 | + | |
| 14827 | + | |
| 14828 | + | |
| 14829 | + | |
| 14830 | + | |
| 14831 | + | |
| 14832 | + | |
| 14833 | + | |
| 14834 | + | |
| 14835 | + | |
| 14836 | + | |
| 14837 | + | |
| 14838 | + | |
| 14839 | + | |
| 14840 | + | |
| 14841 | + | |
| 14842 | + | |
| 14843 | + | |
| 14844 | + | |
| 14845 | + | |
14813 | 14846 | | |
14814 | | - | |
14815 | | - | |
14816 | | - | |
14817 | | - | |
14818 | | - | |
14819 | | - | |
14820 | | - | |
| 14847 | + | |
| 14848 | + | |
| 14849 | + | |
| 14850 | + | |
| 14851 | + | |
| 14852 | + | |
| 14853 | + | |
| 14854 | + | |
| 14855 | + | |
| 14856 | + | |
| 14857 | + | |
| 14858 | + | |
| 14859 | + | |
| 14860 | + | |
| 14861 | + | |
| 14862 | + | |
| 14863 | + | |
| 14864 | + | |
| 14865 | + | |
| 14866 | + | |
14821 | 14867 | | |
14822 | 14868 | | |
14823 | 14869 | | |
| |||
0 commit comments