Skip to content

Commit b998c81

Browse files
Update examples/musig.c
Co-authored-by: Tim Ruffing <[email protected]>
1 parent cf14177 commit b998c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/musig.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ int tweak(const secp256k1_context* ctx, secp256k1_xonly_pubkey *agg_pk, secp256k
7878
}
7979
/* Note that if we wouldn't care about signing, we can arrive at the same
8080
* output_pk by providing the untweaked public key to
81-
* `secp256k1_xonly_pubkey_tweak_add` (after converting it to an xonly ubkey
81+
* `secp256k1_xonly_pubkey_tweak_add` (after converting it to an xonly pubkey
8282
* if necessary with `secp256k1_xonly_pubkey_from_pubkey`). */
8383

8484
/* Now we convert the output_pk to an xonly pubkey to allow to later verify

0 commit comments

Comments
 (0)