Merge pull request #5900

3fcfbc8 Add a consistency check for the block chain data structures (Pieter Wuille)
This commit is contained in:
Wladimir J. van der Laan
2015-04-01 17:20:28 +02:00
6 changed files with 153 additions and 12 deletions

View File

@@ -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()