Disable enforced coinbase protection in miner_tests.

This commit is contained in:
Sean Bowe
2016-06-14 15:18:52 -06:00
parent a180d0a6c6
commit d212ba320b
3 changed files with 9 additions and 1 deletions

View File

@@ -116,6 +116,9 @@ extern bool fTxIndex;
extern bool fIsBareMultisigStd;
extern bool fCheckBlockIndex;
extern bool fCheckpointsEnabled;
// TODO: remove this flag by structuring our code such that
// it is unneeded for testing
extern bool fCoinbaseEnforcedProtectionEnabled;
extern size_t nCoinCacheUsage;
extern CFeeRate minRelayTxFee;
extern bool fAlerts;