mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-21 04:38:53 +00:00
Set regtest coinbase maturity for easier maths in RPC tests
This commit is contained in:
parent
f30f9dddd0
commit
b240f79b74
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user