|
|
@ -165,7 +165,7 @@ extern uint64_t nLastBlockWeight; |
|
|
|
extern const std::string strMessageMagic; |
|
|
|
extern const std::string strMessageMagic; |
|
|
|
extern CWaitableCriticalSection csBestBlock; |
|
|
|
extern CWaitableCriticalSection csBestBlock; |
|
|
|
extern CConditionVariable cvBlockChange; |
|
|
|
extern CConditionVariable cvBlockChange; |
|
|
|
extern bool fImporting; |
|
|
|
extern std::atomic_bool fImporting; |
|
|
|
extern bool fReindex; |
|
|
|
extern bool fReindex; |
|
|
|
extern int nScriptCheckThreads; |
|
|
|
extern int nScriptCheckThreads; |
|
|
|
extern bool fTxIndex; |
|
|
|
extern bool fTxIndex; |
|
|
|