mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 23:48:36 +01:00
InMemorySigner no longer holds channel_value_satoshis and channel_parameters. Instead of writing 0 and None, respectively, drop (de-)serialization support entirely since InMemorySigner hasn't been serialized since SERIALIZATION_VERSION 2.
2 lines
97 B
Text
2 lines
97 B
Text
## API Updates (0.2)
|
|
* Upgrading from versions prior to 0.0.113 is no longer supported (#3604).
|