Disallow sending invalid custom OM TLVs
authorValentine Wallace <vwallace@protonmail.com>
Tue, 18 Oct 2022 17:33:45 +0000 (13:33 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 19 Oct 2022 20:07:01 +0000 (16:07 -0400)
commit4905268b65b36d2d1468e2763408cb056cf63b36
tree5d504784b02e1e1e668f16edcd66e50f15a06e5b
parent7664957bc958217a98effda67428cc32f239e750
Disallow sending invalid custom OM TLVs

Onion message data TLV types must be >= 64, enforce this on send
lightning/src/onion_message/functional_tests.rs
lightning/src/onion_message/messenger.rs