3c60861005
In this commit, we modify the test to explitlcy give the neutrino backend more time to catch up compared to the RPC backends. We do this as a recent change has been made in the neutrino backend to wait for the filter headers to finish syncing before proceeding with the rescan itself. As a result, we'll need to account for this in the test and sleep enough to give the backend a chance to catch up. |
||
---|---|---|
.. | ||
chainview | ||
testdata | ||
errors.go | ||
graph.go | ||
heap_test.go | ||
heap.go | ||
log.go | ||
missioncontrol.go | ||
notifications_test.go | ||
notifications.go | ||
pathfind_test.go | ||
pathfind.go | ||
README.md | ||
router_test.go | ||
router.go | ||
validation_barrier_test.go | ||
validation_barrier.go |
routing
The routing package implements authentication+validation of channel announcements, pruning of the channel graph, path finding within the network, sending outgoing payments into the network and synchronizing new peers to our channel graph state.
Installation and Updating
$ go get -u github.com/lightningnetwork/lnd/routing