Files
breez-lnd/lnwire
bryanvu 9ffac9eae1 lnwire: update NodeAnnouncement to handle multiple addresses
This commit modifies address handling in the NodeAnnouncement struct,
switching from net.TCPAddr to []net.Addr. This enables more flexible
address handling with multiple types and multiple addresses for each
node. This commit addresses the first part of issue #131 .
2017-03-29 12:03:43 -07:00
..
2017-03-13 16:30:23 -07:00
2017-03-13 16:30:23 -07:00
2017-03-13 16:30:23 -07:00
2017-03-13 16:30:23 -07:00
2017-03-13 16:30:23 -07:00
2017-03-13 16:30:23 -07:00
2017-03-13 16:30:23 -07:00
2017-03-13 16:30:23 -07:00
2017-03-17 12:53:15 -07:00

lnwire

Build Status MIT licensed GoDoc

The lnwire package implements the Lightning Network wire protocol.

This package has intentionally been designed so it can be used as a standalone package for any projects needing to interface with lightning peers at the wire protocol level.

Installation and Updating

$ go get -u github.com/lightningnetwork/lnd/lnwire