Stuck wait-close channels: “fee rate delta is zero" #9365
Replies: 1 comment
-
Let's keep the discussion in ##9360 |
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
-
Discussed in #9360
Originally posted by smashtrick December 14, 2024
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