diff options
-rw-r--r-- | verifier_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifier_test.cpp b/verifier_test.cpp index fe5519d79..b263db808 100644 --- a/verifier_test.cpp +++ b/verifier_test.cpp @@ -98,7 +98,7 @@ int main(int argc, char **argv) { ui = new FakeUI(); - int result = verify_file(argv[1], &test_key, 1); + int result = verify_file(argv[1]); if (result == VERIFY_SUCCESS) { printf("SUCCESS\n"); return 0; |