Skip to content

Commit

Permalink
Added consensus.nMinerConfirmationWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartArray committed Apr 7, 2021
1 parent 9020320 commit 442ee72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ class CRegTestParams : public CChainParams {
consensus.alwaysUpdateDiffChangeTarget = 400; // Block 400,000 MultiShield Hard Fork
consensus.workComputationChangeTarget = 1430; // Block 1,430,000 DigiSpeed Hard Fork
consensus.algoSwapChangeTarget = 2000; // Block 9,000,000 Odo PoW Hard Fork
consensus.nMinerConfirmationWindow = 3600; // 1 hour in RegTest

consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].bit = 28;
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 0;
Expand Down

0 comments on commit 442ee72

Please sign in to comment.