-
i'm trying to use removechannel to clear channel openings that remain pending due to low fees. It fails on nodes on both MyNode and Umbrel, with a "running" lnd or "locked" channel.db error message. I've changed permissions on the channel.db, and copied and pasted new channel.db files with no result. I've shutdown ltn from the GUI on MyNode and via lncli on the Umbrel. It's either ineffective on the Umbrel or the Umbrel spontaneously restarts. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
Yes, if you want to make 100% sure the channel can never confirm (you never know if it's still in a mempool somewhere), you should double spend the input used in the channel funding transaction. You can use
chantools doublespendinputs
.