Set regtest coinbase maturity for easier maths in RPC tests

This commit is contained in:
langerhans 2015-08-01 19:29:20 +02:00
parent f30f9dddd0
commit b240f79b74

View File

@ -287,6 +287,7 @@ public:
consensus.fStrictChainId = true;
consensus.fAllowLegacyBlocks = false; // Never allow legacy blocks on RegTest
consensus.fSimplifiedRewards = true;
consensus.nCoinbaseMaturity = 60; // For easier testability in RPC tests
// Reset links before we copy parameters
consensus.pLeft = NULL;