We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ccdac1 + 3775ff9 commit 961893fCopy full SHA for 961893f
src/test/test_bitcoin.cpp
@@ -55,6 +55,7 @@ TestingSetup::TestingSetup(const std::string& chainName) : BasicTestingSetup(cha
55
pathTemp = GetTempPath() / strprintf("test_bitcoin_%lu_%i", (unsigned long)GetTime(), (int)(GetRand(100000)));
56
boost::filesystem::create_directories(pathTemp);
57
mapArgs["-datadir"] = pathTemp.string();
58
+ mempool.setSanityCheck(1.0);
59
pblocktree = new CBlockTreeDB(1 << 20, true);
60
pcoinsdbview = new CCoinsViewDB(1 << 23, true);
61
pcoinsTip = new CCoinsViewCache(pcoinsdbview);
0 commit comments