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
While reviewing, I had a doubt, where do we implement initiation of our own of removing timeout incoming HTLCs ? Seems not to be present in any block_connected callbacks right ?
The text was updated successfully, but these errors were encountered:
Indeed, not yet implemented anywhere. We should also time out pending holding cell HTLCs which we want to add to a channel but fail as we're AwaitingRemoteRAA.
This is basically addressed by #441. Its true that we still may not fail a timed-out htlc when the outbound forwarded leg hasn't yet resolved on-chain, but I think that is the correct behavior.
While reviewing, I had a doubt, where do we implement initiation of our own of removing timeout incoming HTLCs ? Seems not to be present in any block_connected callbacks right ?
The text was updated successfully, but these errors were encountered: