Closed pabpas closed 1 year ago
So I missed an important thing, lightningd is trying to broadcast the close tx but it is rejected by bitcoind:
2023-09-08T06:27:44.046Z DEBUG plugin-bcli: sendrawtx exit 26 (bitcoin-cli sendrawtransaction 02...) error code: -26\nerror message:\nmempool min fee not met, 763 < 1313
I guess that transaction is the last agreed mutual close?
"state": "CLOSINGD_COMPLETE",
"scratch_txid": "649535433dd52f634b9aeb8c6ef12a0804c5bdab6e13f18bcc3dabf2ed7c5d57",
"last_tx_fee_msat": 763000,
"feerate": {
"perkw": 3736,
"perkb": 14944
And this feerate (14sat/vB) would be for a force close? Can I force CLN to broadcast this one instead of the mutual one?
The close transaction was finally broadcast and confirmed. I still would like to know how to force close in a case like this, instead of waiting so many months, but to find that out this issue is probably not the right place.
Hi, im having the same issue... Did CLN broadcast the tx automatically or did you broadcast the tx manually?
CLN keeps track and continues to try until tx is confirmed. With the current fees I don't think that you have to wait as long as I did.
Issue and Steps to Reproduce
Peer started a channel close some months ago but got stuck on CLOSINGD_COMPLETE. Unfortunately I can't force close or dev-fail because:
Any suggestion to close the channel for good?
getinfo
output