Default experimental mode

This commit is contained in:
jl777
2018-12-05 01:36:52 -11:00
parent 5245f600cd
commit 78d607d361
8 changed files with 8 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ static int64_t nTimeBestReceived = 0;
CWaitableCriticalSection csBestBlock;
CConditionVariable cvBlockChange;
int nScriptCheckThreads = 0;
bool fExperimentalMode = false;
bool fExperimentalMode = true;
bool fImporting = false;
bool fReindex = false;
bool fTxIndex = false;