From e5afaa8297d7f1dc24acf537a0240c14562485a0 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 27 Apr 2023 05:38:33 +0000 Subject: [PATCH] Make `BitEndianScalar` clonable --- c-bindings-gen/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/c-bindings-gen/src/types.rs b/c-bindings-gen/src/types.rs index f47bf9e..6e60f82 100644 --- a/c-bindings-gen/src/types.rs +++ b/c-bindings-gen/src/types.rs @@ -814,6 +814,7 @@ fn initial_clonable_types() -> HashSet { 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()); -- 2.30.2