rust-lightning/lightning-persister
Matt Corallo 990d1de99a Use KeysInterface::read_chan_signer for all channel keys deser
This drops any direct calls to a generic `ChannelKeys::read()` and
replaces it with the new `KeysInterface::read_chan_signer()`. Still,
under the hood all of our own `KeysInterface::read_chan_signer()`
implementations simply call out to a `Readable::read()` implemention.
2021-01-04 12:40:40 -05:00
..
src Use KeysInterface::read_chan_signer for all channel keys deser 2021-01-04 12:40:40 -05:00
Cargo.toml Bump version to 0.0.12 2020-11-24 16:35:20 -05:00