Merge pull request #3036 from TheBlueMatt/2024-05-filter-color
[rust-lightning] / pending_changelog / relay-constraints-ser.txt
1 ## Bug fixes
2
3 * LDK previously serialized `PaymentRelay::fee_base_msat` as a u32 when it
4         should have been serialized as a tu32. Similarly, we were serializing
5         `PaymentConstraints::htlc_minimum_msat` as a u64 when we should have been
6         serializing it as tu64. This caused lack of interoperability when using other
7         implementations as forwarding nodes along blinded payment paths.