This commit is contained in:
Dimitris Apostolou 2018-03-05 18:53:33 +02:00 committed by GitHub
parent cd329dbc3e
commit 9b7c47a21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ public class NativeSecp256k1Test {
} }
/** /**
* This tests secret key verify() for a invalid secretkey * This tests secret key verify() for an invalid secretkey
*/ */
public static void testSecKeyVerifyNeg() throws AssertFailException{ public static void testSecKeyVerifyNeg() throws AssertFailException{
boolean result = false; boolean result = false;