Skip to content

Commit

Permalink
Bench: Add ECCVerifyHandle init.
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Sep 9, 2021
1 parent a1f17ee commit dbcaf86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bench/bench_pivx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ main(int argc, char** argv)
}

RandomInit();
ECCVerifyHandle globalVerifyHandle;
ECC_Start();
SetupEnvironment();
g_logger->m_print_to_file = false; // don't want to write to debug.log file
Expand Down

0 comments on commit dbcaf86

Please sign in to comment.