8df69a83a7
In this commit we revert a commit which was added in the past as way to allow the path -> route conversion code to remain the same, while properly respecting the necessary time locks and fees. In an upcoming change, this swap is no longer necessary as we’ll always use: the time lock of the outgoing node and the fee of the incoming node. |
||
---|---|---|
.. | ||
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 |
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