-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Forced channel closing still showed as pending after 90+ confs #895
Comments
Is your If you check the logs, was there a sweep transaction that was broadcast? |
If your node had zero balance in the channel, then it should've skipped straight to the resolution phase. |
I checked the logs but they only go back about an hour so didn't find anything about the ZMQ being dropped. On restart it shows it connected to ZMQ. Still shows channel as pending. |
Upon restart, if you grep for When you do |
Since you force closed the channel, you'll need to wait for the relative CSV timelock. |
Ok, just realized that I actually had funds in this channel, the remote node was the one with zero balance. Time til Maturity is 291 blocks. I think this issue can be CLOSED. Thanks. |
NP! |
I forced closed a channel yesterday and it is still showing up as "pending_force_closing_channels" after 90+ bitcoin testnet onchain confirmations.
The channel was opened by a remote peer and my node had a zero balance in the channel.
My bitcoind is running and fully synced. I also tried restarting LND and it was still showing pending.
I am on commit b0c35d5
The text was updated successfully, but these errors were encountered: