Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
exosiscrypto committed Feb 7, 2019
1 parent 3552c8b commit 09fef62
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 @@ -259,7 +259,7 @@ class CTestNetParams : public CChainParams {
consensus.nPowTargetSpacing = 2 * 60; // 2 minutes
consensus.nPowTargetTimespanFix = 30 * 60; // 30 minutes
consensus.nPowTargetSpacingFix = 2.5 * 60; // 2 minutes
consensus.nPowTargetTimespanFixHeight = 30000; // block 30000
consensus.nPowTargetTimespanFixHeight = 100; // block 100 for testnet
consensus.fPowAllowMinDifficultyBlocks = false;
consensus.fPowNoRetargeting = false;
consensus.nRuleChangeActivationThreshold = 1916; // 95% of 2016
Expand Down

0 comments on commit 09fef62

Please sign in to comment.