Fix zindex flag detection

This commit is contained in:
Jonathan "Duke" Leto
2019-08-20 20:19:24 -07:00
parent b2c03c82a5
commit d03d774c18
3 changed files with 5 additions and 6 deletions

View File

@@ -158,6 +158,7 @@ extern bool fImporting;
extern bool fReindex;
extern int nScriptCheckThreads;
extern bool fTxIndex;
extern bool fZindex;
extern bool fIsBareMultisigStd;
extern bool fCheckBlockIndex;
extern bool fCheckpointsEnabled;