Skip to content

Commit

Permalink
Update include/secp256k1_musig.h
Browse files Browse the repository at this point in the history
Co-authored-by: Elliott Jin <[email protected]>
  • Loading branch information
jonasnick and robot-dreams authored Dec 17, 2021
1 parent 3050edd commit 93ac42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/secp256k1_musig.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_musig_partial_sig_verif
* In: session: pointer to the session that was created with
* musig_nonce_process
* partial_sigs: array of pointers to partial signatures to aggregate
* n_sigs: number of elements in the partial_sigs array
* n_sigs: number of elements in the partial_sigs array. Must be
* greater than 0.
*/
SECP256K1_API int secp256k1_musig_partial_sig_agg(
const secp256k1_context* ctx,
Expand Down

0 comments on commit 93ac42c

Please sign in to comment.