lnd/routing
Olaoluwa Osuntokun bdc0d875bc
Merge pull request #4327 from joostjager/stuck-payment-loop
routing: don't treat bad features as an unexpected error
2020-05-28 15:43:09 -07:00
..
2020-04-24 19:15:08 +02:00
2020-05-26 18:20:37 -07:00
2019-12-11 00:17:04 +01:00
2020-05-26 18:20:37 -07:00

routing

Build Status MIT licensed GoDoc

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