rust-lightning/lightning-net-tokio
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 Update tokio to 1.0 2021-01-26 18:37:04 -05:00