Skip to content

Commit 9e76505

Browse files
committed
Fixes comment typo
1 parent 2060a0a commit 9e76505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/sdk/src/signing.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ where
421421
}
422422
}
423423

424-
// Then make sure that the number of public keys used exceeds the
425-
// threshold
424+
// Then make sure that the number of public keys used is greater than or
425+
// equal to the threshold
426426
let used_pubkeys_len = used_pubkeys
427427
.len()
428428
.try_into()

0 commit comments

Comments
 (0)