We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09146ae + 9b7c47a commit cd5f602Copy full SHA for cd5f602
src/java/org/bitcoin/NativeSecp256k1Test.java
@@ -52,7 +52,7 @@ public static void testSecKeyVerifyPos() throws AssertFailException{
52
}
53
54
/**
55
- * This tests secret key verify() for a invalid secretkey
+ * This tests secret key verify() for an invalid secretkey
56
*/
57
public static void testSecKeyVerifyNeg() throws AssertFailException{
58
boolean result = false;
0 commit comments