mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
7 lines
380 B
Text
7 lines
380 B
Text
## Bug fixes
|
|
|
|
* LDK previously serialized `PaymentRelay::fee_base_msat` as a u32 when it
|
|
should have been serialized as a tu32. Similarly, we were serializing
|
|
`PaymentConstraints::htlc_minimum_msat` as a u64 when we should have been
|
|
serializing it as tu64. This caused lack of interoperability when using other
|
|
implementations as forwarding nodes along blinded payment paths.
|