mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-18 21:14:40 +01:00
This is a very simple bug that go-fuzz found. If length of an address within CloseSigned is greater than 34, a runtime error: slice bounds out of range happens. An error should be returned instead.
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