Fix an incorrect assertion in tlv stream encoding
authorOmer Yacine <mariocynicys@gmail.com>
Wed, 2 Nov 2022 15:32:47 +0000 (17:32 +0200)
committerOmer Yacine <mariocynicys@gmail.com>
Mon, 9 Jan 2023 19:20:23 +0000 (21:20 +0200)
commit0acd5d3e46b307f5a34bc8ef5286bf1b5a58a37e
tree0be881129cd7ec65f2533657fcf9da94817536bc
parent3a33693b1e279221f517b33af6bbdf38cc1330a9
Fix an incorrect assertion in tlv stream encoding

Types must be unique and monotonically increasing (using < instead of <=)
lightning/src/util/ser_macros.rs