-
Notifications
You must be signed in to change notification settings - Fork 941
Delayed output to us not being claimed. #747
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
Comments
Something does seem amiss. I think |
To be sure, I tried closing another channel, and this time everything went smoothly 🤔 |
|
I did restart the node, checking It started before the channel closure, then blew past (channel closure + 144) without touching the output. Here are some relevant log lines:
|
Do you see entries like the following in your logs?
|
I appears that the delayed output was indeed be spent here: b98bb881178a786881d0da3d5466ee59588a048ac2f5453c69adfa5a3f194373 with 3 confirmations. So I appears that |
Oh, I didn't notice it. It seems that several restarts did the trick and that I was too hasty in judging |
It might be that the fix to #709 was the solution as I recently pulled master and restarted my node. |
The funds are now listed in |
A while back, one of my channels was unilaterally closed by lightningd while I was fiddling with the RPC commands (I'm still not sure what happened there).
The channel went in the
ONCHAIND_OUR_UNILATERAL
state, which from my understanding meant I had to waitto_self_delay
blocks (144) before my node would be able to claim its output, which would then be visible inlistfunds
. However, the transaction has now 365 confirmations and the delayed output is still unspent.Is something amiss with my node or is my understanding of the situation incorrect?
The text was updated successfully, but these errors were encountered: