How to disable a channel? #2477
Replies: 1 comment 2 replies
-
I have heard people complain about this before, I was hoping lnd had fixed it...this is an lnd issue, they have no good reason for sending an I don't see how we could work around this without a bunch of very annoying additional state tracking in |
Beta Was this translation helpful? Give feedback.
-
I have the problem that many of my mutual close attempts with LND nodes lead to force closes.
This is what happens:
I request a mutual close.
LND checks if the channel is clear.
Channel has pending updates/htlcs.
LND sends back an error stating that the channel can not be closed right now.
Eclair immediately force closes the channel as a result of that error.
To prevent this from happening, I would like to disable the channel on my side and wait a few seconds before trying a mutual close, but I do not see any option for this in the API
Beta Was this translation helpful? Give feedback.
All reactions