mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-12 07:08:24 +01:00
In this commit we correct an off by one error on the Shutdown and ClosingSigned message types. Additionally, we fix an error related to the numbering of the UpdateFee message. With this we, gain proper compatibility with the other implementations when it comes to commitment hygiene, and also the cooperative closure process.
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