Pending channels with limbo balance. #8007
-
BackgroundI have a lot of pending-channel with limbo balance. How can I recover or release the limbo balance? Your environment
Steps to reproduce
When I try to rebroadcast by force close using On the block explorer, I can see both channel opening and closing transaction: https://mempool.space/lightning/channel/803239423648333825 Expected behaviourFunds should move out of limbo balance. Actual behaviourFunds are still in limbo balance. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
To recover funds use chantools commands : |
Beta Was this translation helpful? Give feedback.
-
It looks like most of those channels (only looked at a couple of them) already fully resolved on-chain. So it appears like your sync with the chain backend might not be fully working or up to date. Try restarting everything (including bitcoind, and perhaps consider updating the version). If that doesn't work, try starting |
Beta Was this translation helpful? Give feedback.
-
Hi @sanjay-shah hope your queries are addressed. Moving this issue to a discussion, as there is nothing really to fix here for us. |
Beta Was this translation helpful? Give feedback.
-
Hi @guggero, I did restart lnd with |
Beta Was this translation helpful? Give feedback.
It looks like most of those channels (only looked at a couple of them) already fully resolved on-chain. So it appears like your sync with the chain backend might not be fully working or up to date. Try restarting everything (including bitcoind, and perhaps consider updating the version). If that doesn't work, try starting
lnd
with thereset-wallet-transactions=true
option to force a full wallet rescan.