Add additional TLV serialization type of (default_value, N)
authorMatt Corallo <git@bluematt.me>
Fri, 16 Jul 2021 18:10:37 +0000 (18:10 +0000)
committerAntoine Riard <dev@ariard.me>
Thu, 5 Aug 2021 16:34:06 +0000 (12:34 -0400)
This allows TLV serialization macros to read non-Option-wrapped
types but allow them to be missing, filling them in with the
provided default value as needed.


No differences found