Skip to content

Commit

Permalink
Fix an invalid comment: 95% >> 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozeny committed Nov 17, 2018
1 parent 11f7e27 commit 4b27aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class CMainParams : public CChainParams {
consensus.nPowTargetSpacing = 90;
consensus.fPowAllowMinDifficultyBlocks = false;
consensus.fPowNoRetargeting = false;
consensus.nRuleChangeActivationThreshold = 13440; // 95%
consensus.nRuleChangeActivationThreshold = 13440; // 100% TODO: Is this good?
consensus.nMinerConfirmationWindow = 13440; // nPowTargetTimespan / nPowTargetSpacing
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].bit = 28;
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 1199145601; // January 1, 2008
Expand Down

0 comments on commit 4b27aba

Please sign in to comment.