rust-lightning/lightning
Matt Corallo ff00f6f886 Rename ChannelKeys -> Sign and generic it consistently
The `ChannelKeys` object really isn't about keys at all anymore,
its all about signing. At the same time, we rename the type aliases
used in traits from both `ChanKeySigner` and `Keys` to just
`Signer` (or, in contexts where Channel isnt clear, `ChanSigner`).
2021-02-19 15:54:41 -05:00
..
src Rename ChannelKeys -> Sign and generic it consistently 2021-02-19 15:54:41 -05:00
Cargo.toml Add PersistenceNotifier to ChannelManager 2021-02-19 15:00:43 -05:00