57b9b78ce3
Before this commit, we would expect that structurally we don’t pay any fee for the first hop, but do for the final hop. After the latest commit, this is now flipped as when we say fee, we mean the fee that we need to pay to transit a link. For the final hop, there’s no additional distance to be traveled, so the fee is nothing. |
||
---|---|---|
.. | ||
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