]> git.bitcoin.ninja Git - rust-lightning/commit
Make ChannelMonitor always clonable
authorMatt Corallo <git@bluematt.me>
Mon, 1 Feb 2021 01:12:50 +0000 (20:12 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 24 Oct 2023 04:16:34 +0000 (04:16 +0000)
commitf986626543be3659bf56b1b8d970300eb40605a5
tree3fe2da0dff98b2dcf1042e438cb0d189c34908a2
parentb7731a16cba024a905b1587964a8f157b55e6c03
Make ChannelMonitor always clonable

Rather than `ChannelMonitor` only being clonable when the signer is
clonable, we require all signers to be clonable and then make all
`ChannelMonitor`s clonable.
lightning/src/chain/channelmonitor.rs
lightning/src/sign/mod.rs