Skip to content

Commit b368a5d

Browse files
jonasnickreal-or-random
authored andcommitted
Fix ARG_NONNULL macro usage in musig include
1 parent bedff79 commit b368a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1_musig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ SECP256K1_API int secp256k1_musig_session_combine_nonces(
273273
size_t n_signers,
274274
int *nonce_is_negated,
275275
const secp256k1_pubkey *adaptor
276-
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(4);
276+
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3);
277277

278278
/** Sets the message of a session if previously unset
279279
*

0 commit comments

Comments
 (0)