rust-lightning/lightning
Valentine Wallace a23681fde1
Fix bug in onion payment payload decode
Prior to this change, we could have failed to decode a valid payload of size
>253. This is because we were decoding the length (a BigSize, big-endian) as a
VarInt (little-endian).

Found in #1652.
2022-08-15 11:41:56 -04:00
..
src Fix bug in onion payment payload decode 2022-08-15 11:41:56 -04:00
Cargo.toml Bump crate versions to 0.0.110/invoice 0.18 2022-07-26 22:01:09 +00:00