Merge pull request #5900

3fcfbc8 Add a consistency check for the block chain data structures (Pieter Wuille)
This commit is contained in:
Wladimir J. van der Laan
2015-04-01 17:20:28 +02:00
6 changed files with 153 additions and 12 deletions

View File

@@ -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;