mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-20 06:42:00 +01:00
In this commit, we add a new type alias for a blob type. This type can be used in areas where a byte slice is used to store a TLV value, which may be a fully opaque nested TLV. We also commit our go.work file to ensure the changes that follow can always build.
7 lines
29 B
Plaintext
7 lines
29 B
Plaintext
go 1.22.0
|
|
|
|
use (
|
|
.
|
|
./tlv
|
|
)
|