From 8d7b30dc0be0e8e003c5ab6c890c116c994e0696 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Mon, 25 Apr 2022 12:55:21 +0000 Subject: [PATCH] musig: fix doc of nonce_process, "some signer" can not cause failure --- include/secp256k1_musig.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/secp256k1_musig.h b/include/secp256k1_musig.h index adcc060fc..2f4c55cbc 100644 --- a/include/secp256k1_musig.h +++ b/include/secp256k1_musig.h @@ -407,8 +407,7 @@ SECP256K1_API int secp256k1_musig_nonce_agg( * signature. In order to create a valid signature, the pre-signature and the * secret adaptor must be provided to `musig_adapt`. * - * Returns: 0 if the arguments are invalid or if some signer sent invalid - * pubnonces, 1 otherwise + * Returns: 0 if the arguments are invalid, 1 otherwise * Args: ctx: pointer to a context object, initialized for verification * Out: session: pointer to a struct to store the session * In: aggnonce: pointer to an aggregate public nonce object that is the