mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Mempool consistency check
This commit is contained in:
committed by
Pieter Wuille
parent
f0784ac470
commit
2461aba1ac
@@ -424,6 +424,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
||||
|
||||
fDebug = GetBoolArg("-debug", false);
|
||||
fBenchmark = GetBoolArg("-benchmark", false);
|
||||
mempool.fChecks = GetBoolArg("-checkmempool", RegTest());
|
||||
|
||||
// -par=0 means autodetect, but nScriptCheckThreads==0 means no concurrency
|
||||
nScriptCheckThreads = GetArg("-par", 0);
|
||||
|
||||
Reference in New Issue
Block a user