rust-lightning/lightning
Matt Corallo ab7a0a5431 Drop Clone from ChannelMonitor.
This removes the somewhat-easy-to-misuse Clone from ChannelMonitors,
opening us up to being able to track Events in ChannelMonitors with
less risk of misuse.

Sadly it doesn't remove the Clone requirement for ChannelKeys,
though gets us much closer - we now just need to request a second
copy once when we go to create the ChannelMonitors.
2020-02-26 19:15:32 -05:00
..
src Drop Clone from ChannelMonitor. 2020-02-26 19:15:32 -05:00
Cargo.toml Bump versions to 0.0.10 2019-12-11 17:29:42 -05:00