mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
17 lines
734 B
Markdown
17 lines
734 B
Markdown
routing
|
|
=======
|
|
|
|
[](https://travis-ci.org/lightningnetwork/lnd)
|
|
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
[](http://godoc.org/github.com/lightningnetwork/lnd/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
|
|
|
|
```shell
|
|
⛰ go get -u github.com/lightningnetwork/lnd/routing
|
|
```
|