Replies: 2 comments
-
If you run |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this issue to discussions, will reopen when development is planned |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is your feature request related to a problem? Please describe.
See issue #10111 for detailed background.
In short, following a node backend migration from neutrino to bitcoind, the node failed to sync the channel graph when the bitcoind instance was configured with blocksonly=1. The node hung silently, with no clear indication in the LND logs about the root cause.
Describe the solution you'd like
Either:
Describe alternatives you've considered
The only alternative I am aware of is for users to manually debug the issue.
A temporary workaround as proposed by @guggero was to set routing.assumechanvalid=true, but this bypasses the issue rather than solving the underlying problem.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions