aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-04-01 17:20:28 +0200
committerWladimir J. van der Laan <[email protected]>2015-04-01 17:20:38 +0200
commit3e8a1f2725f5d3c0b8462352e69b78cb59268fb2 (patch)
tree6175cd29609136e1150d87cf03a85e56210400b1 /src/test/test_bitcoin.cpp
parentMerge pull request #5941 (diff)
parentAdd a consistency check for the block chain data structures (diff)
downloaddiscoin-3e8a1f2725f5d3c0b8462352e69b78cb59268fb2.tar.xz
discoin-3e8a1f2725f5d3c0b8462352e69b78cb59268fb2.zip
Merge pull request #5900
3fcfbc8 Add a consistency check for the block chain data structures (Pieter Wuille)
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r--src/test/test_bitcoin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp
index 5358e1866..a2cb78c98 100644
--- a/src/test/test_bitcoin.cpp
+++ b/src/test/test_bitcoin.cpp
@@ -30,6 +30,7 @@ BasicTestingSetup::BasicTestingSetup()
{
SetupEnvironment();
fPrintToDebugLog = false; // don't want to write to debug.log file
+ fCheckBlockIndex = true;
SelectParams(CBaseChainParams::MAIN);
}
BasicTestingSetup::~BasicTestingSetup()