aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-04-01 17:20:28 +0200
committerWladimir J. van der Laan <[email protected]>2015-04-01 17:20:38 +0200
commit3e8a1f2725f5d3c0b8462352e69b78cb59268fb2 (patch)
tree6175cd29609136e1150d87cf03a85e56210400b1 /src/main.h
parentMerge pull request #5941 (diff)
parentAdd a consistency check for the block chain data structures (diff)
downloaddiscoin-3e8a1f2725f5d3c0b8462352e69b78cb59268fb2.tar.xz
discoin-3e8a1f2725f5d3c0b8462352e69b78cb59268fb2.zip
Merge pull request #5900
3fcfbc8 Add a consistency check for the block chain data structures (Pieter Wuille)
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 3ef042895..bb6fd6f20 100644
--- a/src/main.h
+++ b/src/main.h
@@ -122,6 +122,7 @@ extern bool fReindex;
extern int nScriptCheckThreads;
extern bool fTxIndex;
extern bool fIsBareMultisigStd;
+extern bool fCheckBlockIndex;
extern unsigned int nCoinCacheSize;
extern CFeeRate minRelayTxFee;