Skip to content
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

Change LND unreachable case from WaitingUnlock -> Disconnected #2012

Open
kilrau opened this issue Dec 2, 2020 · 0 comments
Open

Change LND unreachable case from WaitingUnlock -> Disconnected #2012

kilrau opened this issue Dec 2, 2020 · 0 comments
Assignees
Labels
bug Something isn't working P3 low priority

Comments

@kilrau
Copy link
Contributor

kilrau commented Dec 2, 2020

Off-shoot from #2004 (comment) :

The error 24/11/2020 09:32:03.099 [LND-BTC] error: AssertionError [ERR_ASSERTION]: awaitWalletInit should not be called from a status besides Initialized or Unlocked is unrelated to this PR - I'll look into it separately. It's a bit of an edge case but I can reproduce it by setting up a new node with an enabled lnd in the config that is unreachable. It's setting the state of that lnd to WaitingUnlock when it should really be disconnected, so it tries to unlock it anyway and hits that exception.

@kilrau kilrau added bug Something isn't working P3 low priority labels Dec 2, 2020
@kilrau kilrau changed the title LND unreachable edge case Change LND unreachable case from WaitingUnlock -> Disconnected Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P3 low priority
Projects
None yet
Development

No branches or pull requests

2 participants