Remove unneeded {.bycopy.}
Co-authored-by: Jacek Sieka <arnetheduck@gmail.com>
This commit is contained in:
parent
f9c4f33d4d
commit
9c0c7a766b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue