mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-21 22:44:30 +01:00
This commit adds the new set of single funder messages from the specification. As a result, after this commit and a follow up, all of our messages will directly line up with those that are detailed within the specification. The new set of funding messages are very similar to our prior ones, aside from the main difference of the addition of several channel level constraints that give nodes control over their exposure, throughput, and other values.
lnwire
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