rust-lightning/lightning
Matt Corallo df1f981627 Fix Feature eq + hash to ignore excess zero bytes
If we get a `Feature` object which has excess zero bytes, we
shouldn't consider it a different `Feature` from another with the
same bits set, but no excess zero bytes. Here we fix both the
`Hash` and `PartialEq` implementation for `Features` to ignore
excess zero bytes.
2023-12-24 17:34:11 +00:00
..
src Fix Feature eq + hash to ignore excess zero bytes 2023-12-24 17:34:11 +00:00
Cargo.toml Bump versions to 0.0.119/lightning-invoice 0.27 2023-12-15 23:53:40 +00:00