You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a scenario where we emit OpenChannel event to the LSP to handle. From there liquidity is waiting for them to feed us a ChannelReady event but if they refuse or fail to open the channel then this HTLC is just stuck forever.
We should expose a method the LSP can use to tell us to go ahead and fail all the pending payments backwards.
The text was updated successfully, but these errors were encountered:
Add two LSPS2Service methods:
'Abandoned' prunes all channel open state.
'Failed' resets JIT channel to fail HTLCs.
It allows a retry on channel open.
Closeslightningdevkit#3479.
Add two LSPS2Service methods:
'Abandoned' prunes all channel open state.
'Failed' resets JIT channel to fail HTLCs.
It allows a retry on channel open.
Closeslightningdevkit#3479.
There's a scenario where we emit
OpenChannel
event to the LSP to handle. From thereliquidity
is waiting for them to feed us aChannelReady
event but if they refuse or fail to open the channel then this HTLC is just stuck forever.We should expose a method the LSP can use to tell us to go ahead and fail all the pending payments backwards.
The text was updated successfully, but these errors were encountered: