This commit is contained in:
jl777
2019-02-19 08:12:19 -11:00
parent 839e779151
commit ae5ec53725

View File

@@ -278,7 +278,7 @@ SECP256K1_API int secp256k1_musig_session_combine_nonces(
size_t n_signers,
int *nonce_is_negated,
const secp256k1_pubkey *adaptor
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(4);
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3);
/** Sets the message of a session if previously unset
*