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

@@ -116,6 +116,7 @@ extern uint64_t nLastBlockSize;
extern const std::string strMessageMagic;
extern CWaitableCriticalSection csBestBlock;
extern CConditionVariable cvBlockChange;
extern bool fExperimentalMode;
extern bool fImporting;
extern bool fReindex;
extern int nScriptCheckThreads;