mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
This commit adds a new test that checks that the bandwidth hints are considered correclty for local channels, and that disable flags are ignored in this case. |
||
---|---|---|
.. | ||
chainview | ||
testdata | ||
ann_validation.go | ||
conf.go | ||
conf_experimental.go | ||
errors.go | ||
graph.go | ||
heap.go | ||
heap_test.go | ||
log.go | ||
missioncontrol.go | ||
notifications.go | ||
notifications_test.go | ||
pathfind.go | ||
pathfind_test.go | ||
README.md | ||
router.go | ||
router_test.go | ||
validation_barrier.go | ||
validation_barrier_test.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