File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ SECP256K1_API int secp256k1_musig_session_init(
241
241
const secp256k1_musig_pre_session * pre_session ,
242
242
size_t n_signers ,
243
243
const unsigned char * seckey
244
- ) SECP256K1_ARG_NONNULL (1 ) SECP256K1_ARG_NONNULL (2 ) SECP256K1_ARG_NONNULL (3 ) SECP256K1_ARG_NONNULL (4 ) SECP256K1_ARG_NONNULL (5 ) SECP256K1_ARG_NONNULL (7 ) SECP256K1_ARG_NONNULL (8 ) SECP256K1_ARG_NONNULL (11 );
244
+ ) SECP256K1_ARG_NONNULL (1 ) SECP256K1_ARG_NONNULL (2 ) SECP256K1_ARG_NONNULL (3 ) SECP256K1_ARG_NONNULL (4 ) SECP256K1_ARG_NONNULL (5 ) SECP256K1_ARG_NONNULL (7 ) SECP256K1_ARG_NONNULL (8 ) SECP256K1_ARG_NONNULL (10 );
245
245
246
246
/** Gets the signer's public nonce given a list of all signers' data with
247
247
* commitments. Called by participating signers after
You can’t perform that action at this time.
0 commit comments