You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After issuing the following command in v0.24.02.1 to close a channel I have with an LND peer: ./bin/lightning-cli --conf etc/lightningd_2.conf close -k id=[*****peer_id****] unilateraltimeout=0 destination=[*****dest_address*****] feerange='[ "30000perkb", "60000perkb" ]'
, the command was stuck in that state for a very long time. After half an hour or so I canceled it and I tried again, resulting in the command hanging again. Here is what I see in the logs:
I don't see a closing tx id anywhere, there is nothing in the mempool for my close_to address either. What is going on and how can I unstuck this operation?
Thanks!
The text was updated successfully, but these errors were encountered:
owtyahyg6
changed the title
Stuck closing channel...
Stuck closing channel "Can't send commit: waiting for revoke_and_ack"
May 4, 2024
The error is generated from channeld/channeld.c, due to the following condition returning true: peer->revocations_received != peer->next_index[REMOTE] - 1
The channel is still stuck in the same state three weeks later...
Issue and Steps to Reproduce
After issuing the following command in v0.24.02.1 to close a channel I have with an LND peer:
./bin/lightning-cli --conf etc/lightningd_2.conf close -k id=[*****peer_id****] unilateraltimeout=0 destination=[*****dest_address*****] feerange='[ "30000perkb", "60000perkb" ]'
, the command was stuck in that state for a very long time. After half an hour or so I canceled it and I tried again, resulting in the command hanging again. Here is what I see in the logs:
If I just Ctrl-C and reissue the command, then the last line above is the only one that gets generate. Here is the status I see from listpeers:
I don't see a closing tx id anywhere, there is nothing in the mempool for my close_to address either. What is going on and how can I unstuck this operation?
Thanks!
The text was updated successfully, but these errors were encountered: