Skip to content

Commit e2da759

Browse files
committed
Fix typo
1 parent 959f4f0 commit e2da759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1_frost.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ SECP256K1_API int secp256k1_frost_nonce_gen(
255255
* Returns: 0 if the arguments are invalid, 1 otherwise
256256
* Args: ctx: pointer to a context object
257257
* Out: aggnonce: pointer to an aggregate public nonce object for
258-
* musig_nonce_process
258+
* frost_nonce_process
259259
* In: pubnonces: array of pointers to public nonces sent by the
260260
* signers
261261
* n_pubnonces: number of elements in the pubnonces array. Must be

0 commit comments

Comments
 (0)