mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Mempool consistency check
This commit is contained in:
parent
f0784ac470
commit
2461aba1ac
4 changed files with 52 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue