xinhangzhou
b7e3c20383
refactor: use maps.Copy for cleaner map handling
...
Signed-off-by: xinhangzhou <shuangcui@aliyun.com >
2025-03-25 01:19:55 +08:00
Keagan McClelland
ed2989ae33
multi: update to fn v2
2024-12-04 13:19:00 -07:00
Oliver Gugger
83923c7f33
lnwire: add MergedCopy method to CustomRecords
2024-09-19 09:21:38 +02:00
ffranr
af50694643
lnwire: add ExtraOpaqueData
helper functions and methods
...
Introduces a couple of new helper functions for both the ExtraOpaqueData
and CustomRecords types along with new methods on the ExtraOpaqueData.
2024-09-05 11:18:15 +02:00
ffranr
9f3593a341
lnwire: add type CustomRecords
...
This commit introduces the `CustomRecords` type in the `lnwire` package,
designed to hold arbitrary byte slices. Each entry in this map can
associate with TLV type values that are greater than or equal to 65536.
2024-08-22 18:33:24 +02:00