Skip to content

Commit e3f6900

Browse files
committed
include: remove obvious "cannot be NULL" doc
1 parent d373bf6 commit e3f6900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1_schnorrsig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ SECP256K1_API int secp256k1_schnorrsig_sign_custom(
173173
* In: sig64: pointer to the 64-byte signature to verify.
174174
* msg: the message being verified. Can only be NULL if msglen is 0.
175175
* msglen: length of the message
176-
* pubkey: pointer to an x-only public key to verify with (cannot be NULL)
176+
* pubkey: pointer to an x-only public key to verify with
177177
*/
178178
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_schnorrsig_verify(
179179
const secp256k1_context *ctx,

0 commit comments

Comments
 (0)