rust-lightning/pending_changelog/skimmed_fee_ser.txt
Valentine Wallace 633be238fd
Fix skimmed fee ser in Channel
Previously, if some holding cell HTLCs have skimmed fees present and some
don't, we would fail to deserialize a Channel. See added test coverage.
2023-12-04 16:41:37 -05:00

4 lines
173 B
Text

## Bug fixes
* In LDK versions 0.0.116 through 0.0.118, in rare cases where skimmed fees are present on shutdown
the `ChannelManager` may fail to deserialize on startup.