channel identified by LND as one of the "pending_force_closing_channels", but close channel transaction has been confirmed #8343
kingpalethe
started this conversation in
General
Replies: 1 comment 3 replies
-
here is the output of
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running the latest versions of
bitcoind
andlnd
Running into something I can't explain.
Here is the current output of
lncli pendingchannels
When I look up this transaction on explorer... https://mempool.space/tx/f7b6fe0c4958e5ad303dab547143d3a7354d9945950cbe217773f9f487448296
... I can see it has over 1000 confirmations.
Additionally, lightning explorers like amboss.space are not showing that this channel exists in the gossip... so I really think the channel has been successfully closed, and LND might be showing me this in error?
Also, the
"blocks_til_maturity": -916,
line in the above output seems strange.I thought maybe this was due to some sort of loss of synchronization between LND and Bitcoind, so I tried restarting LND, but this "pending force close" hasn't gone away....
Beta Was this translation helpful? Give feedback.
All reactions