diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-04-01 17:20:28 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-04-01 17:20:38 +0200 |
| commit | 3e8a1f2725f5d3c0b8462352e69b78cb59268fb2 (patch) | |
| tree | 6175cd29609136e1150d87cf03a85e56210400b1 /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #5941 (diff) | |
| parent | Add a consistency check for the block chain data structures (diff) | |
| download | discoin-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.cpp | 1 |
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() |