-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
routing: allow full syncing graph state with partially advertised edges
This commit is similar to the prior commit to channeldb: we no longer assume that _both_ edges of a channel will always be advertised. Such an assumption resulted in the inability for a node to sync graph state since we were previously returning an error when _both_ edges weren’t found within the graph database. To remedy this bug, we now carefully ensure that if one edge doesn’t exist, then we still sync the other.
- Loading branch information
Showing
1 changed file
with
65 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters