From b3d0e8d84139c5837b0e43676fd86b044f04adde Mon Sep 17 00:00:00 2001 From: Gruruya Date: Thu, 30 Mar 2023 17:30:47 -0400 Subject: [PATCH] Add {.bycopy.} pragma --- secp256k1/abi.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secp256k1/abi.nim b/secp256k1/abi.nim index eba645e..26c4918 100644 --- a/secp256k1/abi.nim +++ b/secp256k1/abi.nim @@ -223,7 +223,7 @@ var secp256k1_nonce_function_default*: secp256k1_nonce_function ## Recovery interface follows type - secp256k1_ecdsa_recoverable_signature* = object + secp256k1_ecdsa_recoverable_signature* {.bycopy.} = object ## Opaque data structured that holds a parsed ECDSA signature, ## supporting pubkey recovery. ## The exact representation of data inside is implementation defined and not