Make `BitEndianScalar` clonable
authorMatt Corallo <git@bluematt.me>
Thu, 27 Apr 2023 05:38:33 +0000 (05:38 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 31 May 2023 20:27:33 +0000 (20:27 +0000)
c-bindings-gen/src/types.rs

index f47bf9ed146397cfe80ec0e67fe8c83fb4140a4b..6e60f82a7a3d9e36e000da84cd6d44fb4bf35f08 100644 (file)
@@ -814,6 +814,7 @@ fn initial_clonable_types() -> HashSet<String> {
        res.insert("crate::c_types::TxOut".to_owned());
        res.insert("crate::c_types::Signature".to_owned());
        res.insert("crate::c_types::RecoverableSignature".to_owned());
+       res.insert("crate::c_types::BigEndianScalar".to_owned());
        res.insert("crate::c_types::Bech32Error".to_owned());
        res.insert("crate::c_types::Secp256k1Error".to_owned());
        res.insert("crate::c_types::IOError".to_owned());