We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f7e27 commit f946c10Copy full SHA for f946c10
src/chainparams.cpp
@@ -84,7 +84,7 @@ class CMainParams : public CChainParams {
84
consensus.nPowTargetSpacing = 90;
85
consensus.fPowAllowMinDifficultyBlocks = false;
86
consensus.fPowNoRetargeting = false;
87
- consensus.nRuleChangeActivationThreshold = 13440; // 95%
+ consensus.nRuleChangeActivationThreshold = 13440; // 100%
88
consensus.nMinerConfirmationWindow = 13440; // nPowTargetTimespan / nPowTargetSpacing
89
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].bit = 28;
90
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 1199145601; // January 1, 2008
0 commit comments