Skip to content

Commit f946c10

Browse files
author
cryptozeny
committed
Fix an invalid comment: 95% >> 100%
1 parent 11f7e27 commit f946c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class CMainParams : public CChainParams {
8484
consensus.nPowTargetSpacing = 90;
8585
consensus.fPowAllowMinDifficultyBlocks = false;
8686
consensus.fPowNoRetargeting = false;
87-
consensus.nRuleChangeActivationThreshold = 13440; // 95%
87+
consensus.nRuleChangeActivationThreshold = 13440; // 100%
8888
consensus.nMinerConfirmationWindow = 13440; // nPowTargetTimespan / nPowTargetSpacing
8989
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].bit = 28;
9090
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 1199145601; // January 1, 2008

0 commit comments

Comments
 (0)