From: Matt Corallo Date: Thu, 27 Apr 2023 05:38:33 +0000 (+0000) Subject: Make `BitEndianScalar` clonable X-Git-Tag: v0.0.115.1^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=e5afaa8297d7f1dc24acf537a0240c14562485a0 Make `BitEndianScalar` clonable --- 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());