|
|
@ -517,7 +517,8 @@ bool AppInit2(boost::thread_group& threadGroup) |
|
|
|
InitWarning(_("Warning: Deprecated argument -debugnet ignored, use -debug=net")); |
|
|
|
InitWarning(_("Warning: Deprecated argument -debugnet ignored, use -debug=net")); |
|
|
|
|
|
|
|
|
|
|
|
fBenchmark = GetBoolArg("-benchmark", false); |
|
|
|
fBenchmark = GetBoolArg("-benchmark", false); |
|
|
|
mempool.setSanityCheck(GetBoolArg("-checkmempool", RegTest())); |
|
|
|
// Checkmempool defaults to true in regtest mode
|
|
|
|
|
|
|
|
mempool.setSanityCheck(GetBoolArg("-checkmempool", Params().DefaultCheckMemPool())); |
|
|
|
Checkpoints::fEnabled = GetBoolArg("-checkpoints", true); |
|
|
|
Checkpoints::fEnabled = GetBoolArg("-checkpoints", true); |
|
|
|
|
|
|
|
|
|
|
|
// -par=0 means autodetect, but nScriptCheckThreads==0 means no concurrency
|
|
|
|
// -par=0 means autodetect, but nScriptCheckThreads==0 means no concurrency
|
|
|
|