Skip to content

Commit

Permalink
Merge pull request #4 from dgarage/ftt-tweak
Browse files Browse the repository at this point in the history
[consensus] The filtered target timespan was bumped to 15 blocks inst…
  • Loading branch information
kallewoof committed Jul 19, 2017
2 parents a3bbec3 + 7d79be3 commit 966a705
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 @@ -262,7 +262,7 @@ class CBC2Params : public CChainParams {
consensus.BIP66Height = 0; // 00000000000000000379eaa19dce8c9b722d46ae6a57c2f1a988119488b50931
consensus.powLimit = uint256S("7fffff0000000000000000000000000000000000000000000000000000000000");
consensus.nPowOriginalTargetTimespan = 60 * 60; // 1 hour
consensus.nPowFilteredTargetTimespan = 10 * 60; // 10 minutes
consensus.nPowFilteredTargetTimespan = 15 * 60; // 15 minutes
consensus.nPowTargetSpacing = 1 * 60;
consensus.fPowAllowMinDifficultyBlocks = false;
consensus.fPowNoRetargeting = false;
Expand Down

0 comments on commit 966a705

Please sign in to comment.