Skip to content

Commit b2f23e2

Browse files
authored
Update musig.rs: fix typo
1 parent d329d79 commit b2f23e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/musig.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ impl fmt::Display for InvalidTweakErr {
172172
/// let sk = SecretKey::new(&mut rand::rng());
173173
/// let pk = PublicKey::from_secret_key(&secp, &sk);
174174
///
175-
/// // Supply extra auxillary randomness to prevent misuse(for example, time of day)
175+
/// // Supply extra auxiliary randomness to prevent misuse(for example, time of day)
176176
/// let extra_rand : Option<[u8; 32]> = None;
177177
///
178178
/// let (_sec_nonce, _pub_nonce) = new_nonce_pair(&secp, session_secrand, None, Some(sk), pk, None, None);

0 commit comments

Comments
 (0)