Add {.bycopy.} pragma

This commit is contained in:
Gruruya 2023-03-30 17:30:47 -04:00
parent 445963cf46
commit b3d0e8d841
1 changed files with 1 additions and 1 deletions

View File

@ -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