mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
5 lines
299 B
Text
5 lines
299 B
Text
|
* `ChannelManager`s written with LDK 0.0.119 are no longer readable by versions
|
||
|
of LDK prior to 0.0.113. Users wishing to downgrade to LDK 0.0.112 or before
|
||
|
can read an 0.0.119-serialized `ChannelManager` with a version of LDK from
|
||
|
0.0.113 to 0.0.118, re-serialize it, and then downgrade.
|