]> 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, 23 Jan 2024 19:55:39 +0000 (19:55 +0000)
commit09673d5648d2e81b94fd3622fce7d53fc9d90561
treeabdb7a41d589559f44bc48118226283f09eac626
parent0c7676745b3ed269e0b75d061df7462ac0227596
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/ecdsa.rs