mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
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.
4 lines
173 B
Text
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.
|