Test channelmonitor serialization roundtrip doesn't mutate state
[rust-lightning] / src / ln / chan_utils.rs
index eaae62f92f118d756564f4c55c1338e7c820f6f3..0cace11c1cb0dd601474229d738a23526ed6029d 100644 (file)
@@ -151,7 +151,7 @@ pub fn get_revokeable_redeemscript(revocation_key: &PublicKey, to_self_delay: u1
                      .into_script()
 }
 
-#[derive(Clone)]
+#[derive(Clone, PartialEq)]
 pub struct HTLCOutputInCommitment {
        pub offered: bool,
        pub amount_msat: u64,