mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
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. |
||
---|---|---|
.. | ||
bin | ||
msg_targets | ||
utils | ||
chanmon_consistency.rs | ||
chanmon_deser.rs | ||
full_stack.rs | ||
lib.rs | ||
peer_crypt.rs | ||
router.rs |