diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-09-24 11:23:19 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-30 14:12:45 -0400 |
commit | fa0a731d007a8e76d2740a2e6ead2289de77e475 (patch) | |
tree | 53628bb94286781f90cf7c02498463f4e5a87266 /src/bench/bench.cpp | |
parent | fa54b3e2485f701aa420c37f09a2859a5b805161 (diff) |
test: Add RegTestingSetup to setup_common
Diffstat (limited to 'src/bench/bench.cpp')
-rw-r--r-- | src/bench/bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp index f2b520e893..1b6b1736a9 100644 --- a/src/bench/bench.cpp +++ b/src/bench/bench.cpp @@ -112,7 +112,7 @@ void benchmark::BenchRunner::RunAll(Printer& printer, uint64_t num_evals, double printer.header(); for (const auto& p : benchmarks()) { - TestingSetup test{CBaseChainParams::REGTEST}; + RegTestingSetup test{}; { LOCK(cs_main); assert(::ChainActive().Height() == 0); |