Make `BitEndianScalar` clonable
[ldk-c-bindings] / 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());