-
Notifications
You must be signed in to change notification settings - Fork 942
Allow close
and dev-fail
to work on channels in state awaiting_lockin
#1161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @cdecker @rustyrussell, what are plans for this? I am afraid I do not know much about the channel opening process. Presumably there are a number of reasons why things are getting stuck in
The reason for also broadcasting the other transaction is that possibly the original funding transaction is stuck for many possible reasons:
Possibly in this case, we can try broadcasting the commitment/mutual close first, wait for some time, then if it does not confirm quickly enough, simply abort and use the fee-bumped re-spend transaction and forget the channel. |
Possibly blocked by #1308, which is a crash due to a state jump from |
This is partially fixed in #1313 but I didn't address dev-fail... |
Perhaps the reason why
Is this the situation where |
Indeed, this is true, and I've added a test for the new closing force=true for this case. Closing. |
Many of the channel failures that we see are because of the channel not progressing beyond
awaiting_lockin
.close
anddev-fail
currently do not work on channels in that state, but I think they should.The text was updated successfully, but these errors were encountered: