Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dskjkljdas authored Feb 5, 2019
1 parent 7aa0c6b commit be55b22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
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 be55b22

Please sign in to comment.