Add a flag for enabling experimental features

This commit is contained in:
Jack Grigg
2017-01-31 23:28:33 +01:00
parent 0c78782662
commit 1f015f6afa
3 changed files with 6 additions and 0 deletions

View File

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