Skip to content

Commit

Permalink
Merge pull request #208 from dskjkljdas/patch-1
Browse files Browse the repository at this point in the history
Update chainparams.cpp
  • Loading branch information
mattpass authored Feb 5, 2019
2 parents 6c8ed84 + be55b22 commit 7266d7a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ class CTestNetParams : public CMainParams {

consensus.nPowDifficultyBombHeight = 600000;

consensus.nUnmovedBurnHeight = 475000;
consensus.zResetHeight = 450500;
consensus.nUnmovedBurnHeight = 480000;
consensus.zResetHeight = 455500;

pchMessageStart[0] = 0xf6;
pchMessageStart[1] = 0x1b;
Expand Down Expand Up @@ -272,9 +272,8 @@ class CRegTestParams : public CTestNetParams {
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 999999999999ULL;

consensus.nPowDifficultyBombHeight = 600000;

consensus.nUnmovedBurnHeight = 500;
consensus.zResetHeight = 300;
consensus.nUnmovedBurnHeight = 480000;
consensus.zResetHeight = 455500;

pchMessageStart[0] = 0xaa;
pchMessageStart[1] = 0xe8;
Expand Down

0 comments on commit 7266d7a

Please sign in to comment.