Browse Source

Merge #10662: Initialize randomness in benchmarks

5155d11 Initialize randomness in benchmarks (Andrew Chow)

Tree-SHA512: 235006eb161893e1a84d5b2747cbaf7c82ced179ab2b9df30197b4cb2d3c4f31e47fa5b9cf62aced0fe244da47f3a38fbbe91fe86b0a90f1d86604da5d806fb1
0.15
MarcoFalke 7 years ago
parent
commit
e0a7801223
No known key found for this signature in database
GPG Key ID: D2EA4850E7528B25
  1. 2
      src/bench/bench_bitcoin.cpp

2
src/bench/bench_bitcoin.cpp

@ -7,10 +7,12 @@ @@ -7,10 +7,12 @@
#include "key.h"
#include "validation.h"
#include "util.h"
#include "random.h"
int
main(int argc, char** argv)
{
RandomInit();
ECC_Start();
SetupEnvironment();
fPrintToDebugLog = false; // don't want to write to debug.log file

Loading…
Cancel
Save