Split create_chan_between_nodes into two steps
[rust-lightning] / src / ln / msgs.rs
index 9ff62de38c6e6ae950d5f4143b65542698918c17..5b3d57aae0273c90aad5c4c990a1019e818e9bab 100644 (file)
@@ -224,6 +224,7 @@ pub struct FundingSigned {
 }
 
 /// A funding_locked message to be sent or received from a peer
+#[derive(Clone)]
 pub struct FundingLocked {
        pub(crate) channel_id: [u8; 32],
        pub(crate) next_per_commitment_point: PublicKey,