Stuck pending_force_closing_channels / "maturity_height": 0

Can you try again with the steps in this guide?

The force close steps have a reference on how to enter again the lncli command and that channel point

Here’s how yours should look like if you want to try:

~/umbrel/scripts/app compose lightning exec lnd lncli closechannel --force 0d4b4d9d0740053c2ba101f26365145ab240b9c3b5067a4a28736430358c1c7e 1

(the channel point is not on a new line, it’s just one space after closechannel --force, the editor just seems to be kicking this down to confirm if there’s any confusion)

Your maturity height is showing 0 so either this was pending and should be showing a block it will be done now?

You can check again if it has a maturity height with pending channels:

~/umbrel/scripts/app compose lightning exec lnd lncli pendingchannels

Or you can try to execute the command again to be sure

1 Like