Stuck wait-close channels: “fee rate delta is zero" #9360
Replies: 2 comments
-
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.
-
HI [smashtrick] were you able to solve this? I have the same issue with a force closed channel that had HTLC's. LND did recovered some funds but there is still one output pending. the sweep tx was not broadcasted to the network so no reason to bump fees. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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