Remove unneeded {.bycopy.}

Co-authored-by: Jacek Sieka <arnetheduck@gmail.com>
This commit is contained in:
Gruruya 2023-04-04 15:22:23 -04:00 committed by GitHub
parent f9c4f33d4d
commit 9c0c7a766b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ proc secp256k1_keypair_xonly_tweak_add*(ctx: ptr secp256k1_context;
## Schnorrsig interface follows
type
secp256k1_nonce_function_hardened* {.bycopy.} = object
secp256k1_nonce_function_hardened* = object
nonce32*: ptr byte
msg*: ptr byte
msglen*: csize_t