-
Notifications
You must be signed in to change notification settings - Fork 913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown UTXO in withdraw #6692
Comments
Hi, I have the same issue, same type of closing channel and same procedure. |
@frbitten Can you post responses from |
The return of listfunds to the channel pending closure and:
The listpeerchannels return for the channel pending closure and:
|
If I could add more info, this is the log for same commands on my private channel, I'll mask some info.
lightning-cli listpeerchannels
Could be helpful? |
We had a complaint that you can't CPFP a mutual close, which you should be able to do. Fixes: ElementsProject#6692 Changelog-Fixed: wallet: close change outputs show up immediately in `listfunds` so you can CPFP. Signed-off-by: Rusty Russell <[email protected]>
@ShahanaFarooqui Thanks for the feedback. Luckily the BTC gods emptied the mempool and my transaction was confirmed without needing the bump. But I'm on the lookout for the new version for future cases. |
We had a complaint that you can't CPFP a mutual close, which you should be able to do. Fixes: ElementsProject#6692 Changelog-Fixed: wallet: close change outputs show up immediately in `listfunds` so you can CPFP. Signed-off-by: Rusty Russell <[email protected]>
We had a complaint that you can't CPFP a mutual close, which you should be able to do. Fixes: ElementsProject#6692 Changelog-Fixed: wallet: close change outputs show up immediately in `listfunds` so you can CPFP. Signed-off-by: Rusty Russell <[email protected]>
We had a complaint that you can't CPFP a mutual close, which you should be able to do. Fixes: ElementsProject#6692 Changelog-Fixed: wallet: close change outputs show up immediately in `listfunds` so you can CPFP. Signed-off-by: Rusty Russell <[email protected]>
We had a complaint that you can't CPFP a mutual close, which you should be able to do. Fixes: ElementsProject#6692 Changelog-Fixed: wallet: close change outputs show up immediately in `listfunds` so you can CPFP. Signed-off-by: Rusty Russell <[email protected]>
We had a complaint that you can't CPFP a mutual close, which you should be able to do. Fixes: #6692 Changelog-Fixed: wallet: close change outputs show up immediately in `listfunds` so you can CPFP. Signed-off-by: Rusty Russell <[email protected]>
I want to bump a closing transaction from a channel that is stopped. To do this, I am using the withdraw command to make a transfer using the flow of the channel closing transaction.
But I always get the error:
return:
I've already checked the mempool and I have the utxo I want to use.
when executing the command:
I receive the utxo data I am looking for.
How do I find out what problem is causing the error?
The text was updated successfully, but these errors were encountered: