pending_force_closing_channels stuck w/ limbo balance #9894
Unanswered
xmready
asked this question in
Troubleshooting
Replies: 1 comment 4 replies
-
What's the state of the individual transactions on-chain? Without knowing the TXIDs it's hard to help you... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After ignoring my bitcoin node for a couple years, I discovered that the bitcoin core database was corrupt, so I cleared out the data directory (minus the config file), updated bitcoin core to v29 and re-synced the chain. Next I updated lnd to v19, started it up, and passed the command to close all channels. After waiting a while, I noticed I had 3
pending_force_closing_channels
which all had alimbo_balance
. At this point I ranlnd --reset-wallet-transactions
which completed successfully, but I still had 3pending_force_closing_channels
withlimbo_balance
. The only difference I noticed after a rescan was theblocks_til_maturity
for the channels changed from0
to different negative values. I see an on-chain wallet balance, but non of my UTXOs match an address listed as an output of the closing txs in these three channels.I've been reading similar posts but I can't wrap my head around what is going on. Any help resolving this is greatly appreciated. Here are screenshots of the channels in question.



Beta Was this translation helpful? Give feedback.
All reactions