describegraph contains edges with zero capacity #9930
Replies: 3 comments 7 replies
-
I also see a lot of |
Beta Was this translation helpful? Give feedback.
-
Yes, this is probably the cause as if you are running neutrino then it doesnt lookup & validate the funding transactions of an announced channel & therefore does not fetch the actual outpoint and channel capacity.
Currently there is no safe way to do this that I'm aware of. In future, we can potentially make it possible to add a "gossip resync" option which basically would start with an empty graph store and re-sync gossip with peers (BUT dont do this now by deleting the graph store because this would also delete your own nodes channel&node announcements). |
Beta Was this translation helpful? Give feedback.
-
Something to note here is that this log line was recently added. So if there is a bug here, it is probably not new - it is just that we were not logging this before. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The describegraph command produces a JSON with lots of channels that have zero capacity, but are enabled on both sides, and according to both amboss and 1ml are still active.
For example this edge:
Weird that chan_point is null(?), there seems to be a strong correlation in the describegraph JSON between chan_point being null and zero capacity.
I was running the node with a neutrino backend in the beginning, before switching to a local bitcoind backend. Maybe this has something to do with that?
Any idea how to trigger a re-scan so that lnd will find the correct chan_point and populate the capacity?
Beta Was this translation helpful? Give feedback.
All reactions