mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-22 15:54:25 +01:00
Tlv is used more widely in lnd than just for the onion payload. This commit isolated the protocol-specific odd/even logic, so that tlv can be used freely elsewhere. An example of this use is db serialization.