2017-01-11 02:02:30 +03:00
|
|
|
routing
|
|
|
|
=======
|
|
|
|
|
2017-03-28 02:25:25 +03:00
|
|
|
[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd)
|
|
|
|
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
|
|
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/routing)
|
2017-01-11 02:02:30 +03:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2021-01-17 16:59:23 +03:00
|
|
|
```shell
|
|
|
|
⛰ go get -u github.com/lightningnetwork/lnd/routing
|
2017-01-11 02:02:30 +03:00
|
|
|
```
|