Fix blinded payment TLV ser to not length-prefix
authorValentine Wallace <vwallace@protonmail.com>
Thu, 24 Aug 2023 19:23:06 +0000 (15:23 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 8 Sep 2023 14:43:02 +0000 (10:43 -0400)
commitd5925f210ed9820ace75c5c1af6c43473ec6892b
tree797b4b08ce55af175fdad573af14308e851a4665
parent10a159f71e35a0e9d8e2fc9356fe350608272873
Fix blinded payment TLV ser to not length-prefix

impl_writeable_tlv_based includes a length prefix to the TLV stream, which we
don't want.
lightning/src/blinded_path/payment.rs