Skip to content

Commit e5afaa8

Browse files
committed
Make BitEndianScalar clonable
1 parent 7ef5b8d commit e5afaa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c-bindings-gen/src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,7 @@ fn initial_clonable_types() -> HashSet<String> {
814814
res.insert("crate::c_types::TxOut".to_owned());
815815
res.insert("crate::c_types::Signature".to_owned());
816816
res.insert("crate::c_types::RecoverableSignature".to_owned());
817+
res.insert("crate::c_types::BigEndianScalar".to_owned());
817818
res.insert("crate::c_types::Bech32Error".to_owned());
818819
res.insert("crate::c_types::Secp256k1Error".to_owned());
819820
res.insert("crate::c_types::IOError".to_owned());

0 commit comments

Comments
 (0)