We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd329db commit 9b7c47aCopy full SHA for 9b7c47a
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