Skip to content

Commit 93ac42c

Browse files
Update include/secp256k1_musig.h
Co-authored-by: Elliott Jin <[email protected]>
1 parent 3050edd commit 93ac42c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/secp256k1_musig.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,8 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_musig_partial_sig_verif
434434
* In: session: pointer to the session that was created with
435435
* musig_nonce_process
436436
* partial_sigs: array of pointers to partial signatures to aggregate
437-
* n_sigs: number of elements in the partial_sigs array
437+
* n_sigs: number of elements in the partial_sigs array. Must be
438+
* greater than 0.
438439
*/
439440
SECP256K1_API int secp256k1_musig_partial_sig_agg(
440441
const secp256k1_context* ctx,

0 commit comments

Comments
 (0)