rust-lightning/lightning
Matt Corallo 4026d4efd1 Fix Route serialization round-trip
When the `max_total_routing_fee_msat` parameter was added to
`RouteParameters`, the serialization used `map` to get the max fee,
accidentally writing an `Option<Option<u64>>`, but then read it as
an `Option<u64>`. Thus, any `Route`s with a `route_params` written
will fail to be read back.

Luckily, this is an incredibly rarely-used bit of code, so only one
user managed to hit it.
2024-02-16 19:26:22 +00:00
..
src Fix Route serialization round-trip 2024-02-16 19:26:22 +00:00
Cargo.toml Bump hashbrown dependency to 0.13 2024-02-02 18:05:08 +00:00