Integrate KeysInterface to ChannelManager with Arc
[rust-lightning] / src / chain / keysinterface.rs
index 3e4ff0e36991320fb67f4be28f4fa460f05408c1..3a5ca6942c69d0473f5bfd7113fac9f311a89a50 100644 (file)
@@ -62,6 +62,7 @@ pub trait KeysInterface: Send + Sync {
 }
 
 /// Set of lightning keys needed to operate a channel as described in BOLT 3
+#[derive(Clone)]
 pub struct ChannelKeys {
        /// Private key of anchor tx
        pub funding_key: SecretKey,