Can't bumpclosefee and no tx listed in pending balance. #7534
-
So I closed a channel a while back and due to high mempool fees it is stuck in pending.
So, I also noticed that originally I had a pending balance in my on chain wallet but that has disappeared this week. I can still see the pending close with
Unsure how to move things along and resolve. env:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
This can happen if the fee negotiation with the peer doesn't succeed. You have two options I think: Try re-connecting to the peer, that sometimes works. If not, then you'll have to force close the channel, unfortunately. |
Beta Was this translation helpful? Give feedback.
-
Updated to 0.16.0 rc5. Per @guggero suggestion, have transaction back in my local mempool by increasing the mempool size. However lncli wallet bumpclosefee still returns nothing (no error) and there is no output in the debug log to suggest anything happened. Still trying to figure out how to debug why the command isn't doing anything. |
Beta Was this translation helpful? Give feedback.
-
Ok, I solved this by short circuiting bumpclosefee and going straight to the bumpfee tool. I think bumpclosefee has some error in finding the transaction id or something but I haven't tried to actually debug on my node other than watching logs. So I just used
I just had to use the txid and verfify the output index on mempool manually. |
Beta Was this translation helpful? Give feedback.
Ok, I solved this by short circuiting bumpclosefee and going straight to the bumpfee tool. I think bumpclosefee has some error in finding the transaction id or something but I haven't tried to actually debug on my node other than watching logs.
So I just used
I just had to use the txid and verfify the output index on mempool manually.