mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 03:54:26 +02:00
multi: add README's for all sub-packages
This commit is contained in:
19
routing/README.md
Normal file
19
routing/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
routing
|
||||
=======
|
||||
|
||||
[]
|
||||
(https://travis-ci.org/lightningnetwork/lnd)
|
||||
[]
|
||||
[]
|
||||
(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
|
||||
|
||||
```bash
|
||||
$ go get -u github.com/lightningnetwork/lnd/routing
|
||||
```
|
Reference in New Issue
Block a user