File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class CMainParams : public CChainParams {
78
78
consensus.nPowTargetSpacing = 10 * 60 ;
79
79
consensus.fPowAllowMinDifficultyBlocks = false ;
80
80
consensus.fPowNoRetargeting = false ;
81
- consensus.nRuleChangeActivationThreshold = 1916 ; // 95 % of 2016
81
+ consensus.nRuleChangeActivationThreshold = 1815 ; // 90 % of 2016
82
82
consensus.nMinerConfirmationWindow = 2016 ; // nPowTargetTimespan / nPowTargetSpacing
83
83
consensus.vDeployments [Consensus::DEPLOYMENT_TESTDUMMY].bit = 28 ;
84
84
consensus.vDeployments [Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = Consensus::BIP9Deployment::NEVER_ACTIVE;
@@ -332,7 +332,7 @@ class SigNetParams : public CChainParams {
332
332
consensus.nPowTargetSpacing = 10 * 60 ;
333
333
consensus.fPowAllowMinDifficultyBlocks = false ;
334
334
consensus.fPowNoRetargeting = false ;
335
- consensus.nRuleChangeActivationThreshold = 1916 ; // 95 % of 2016
335
+ consensus.nRuleChangeActivationThreshold = 1815 ; // 90 % of 2016
336
336
consensus.nMinerConfirmationWindow = 2016 ; // nPowTargetTimespan / nPowTargetSpacing
337
337
consensus.MinBIP9WarningHeight = 0 ;
338
338
consensus.powLimit = uint256S (" 00000377ae000000000000000000000000000000000000000000000000000000" );
You can’t perform that action at this time.
0 commit comments