X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=c-bindings-gen%2Fsrc%2Ftypes.rs;h=6e60f82a7a3d9e36e000da84cd6d44fb4bf35f08;hp=f47bf9ed146397cfe80ec0e67fe8c83fb4140a4b;hb=e5afaa8297d7f1dc24acf537a0240c14562485a0;hpb=7ef5b8da9300b88dbaa59c3856d081d3a8edc4e4 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());