Low Fee Channel Closure Not Recognized by Onchain Wallet #8860
Unanswered
pffa4z9w
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
My peer opened a channel to me and then initiated a closure with a very low fee (3 sats/vbyte). The closure is still pending and not recognized by my
lnd
onchain wallet, as indicated by a zerounconfirmed_balance
. Additionally, the peer has gone offline and appears to have closed all channels.I am running the latest version of LND:
╰╼ lncli -v lncli version 0.18.0-beta commit=v0.18.0-beta
Steps to Reproduce:
Check wallet balance:
Output:
Issue: The
unconfirmed_balance
is0
, which indicates that the channel closure transaction is not being recognized by mylnd
onchain wallet.List chain transactions:
Output (truncated):
Issue: The closure transaction appears with zero confirmations and the destination addresses are not recognized as "ours", which means my wallet does not identify the outputs of this transaction as belonging to me.
Check pending channels:
Output:
Issue: The channel is marked as "waiting_close" in the pending channels, but no action appears to be progressing to finalize the closure.
Attempt to force close the channel:
Output:
Issue: Trying to force close the channel results in an error stating that the channel is already in the process of being force closed, which contradicts the previous state showing it as "waiting_close".
Observed Behavior:
bitcoind
, but mylnd
onchain wallet does not recognize the unconfirmed transaction.lncli pendingchannels
command shows the channel as "waiting_close".Expected Behavior:
unconfirmed_balance
should reflect the pending closure transaction.lnd
onchain wallet.Additional Information:
DEST1
,DEST2
,DEST3
,DEST4
Request:
I need guidance on how to retrieve my funds given the current state where the closure is pending with low fees and not recognized by my
lnd
onchain wallet.Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions