Stuck wait-close channels: “fee rate delta is zero" #9360
Unanswered
smashtrick
asked this question in
Troubleshooting
Replies: 1 comment
-
Can you verify that the channel you are trying to close exists onchain? Moreover when trying to bump fees via the sweeper please read the sweeper doc thoroughly: https://github.com/lightningnetwork/lnd/blob/master/sweep/README.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
Problem
I have several wait-close channel that has been stuck for 2+ months. After trying
lncli wallet bumpfee
, the logs show:[ERR] SWPR: Failed to sweep BudgetInputSet(budget=0.00000330 BTC, deadline=875727, inputs=[934ee7e2c5b61d5a7dc76c23a3216427176274782c11f521fc74c0f2b61b133b:0]): init fee function: fee rate delta is zero
The
pendingchannels
output shows:"closing_txid": "b3ac2eaec8789895ec8e35f3410e4fed6396bba9ccf1f7a87ad71974b6c3cb65", "limbo_balance": 223797
I tried the following:
lncli listchaintxns
but the transaction doesn’t show up.closing_tx_hex
available in the logs.What I Need
Beta Was this translation helpful? Give feedback.
All reactions