Skip to content

Commit

Permalink
Updated devnet heights
Browse files Browse the repository at this point in the history
  • Loading branch information
monstrobishi authored and bvbfan committed Apr 20, 2021
1 parent 4a4095a commit 977afcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ class CDevNetParams : public CChainParams {
consensus.BayfrontMarinaHeight = 0;
consensus.BayfrontGardensHeight = 0;
consensus.ClarkeQuayHeight = 0;
consensus.DakotaHeight = 0;
consensus.DakotaCrescentHeight = 0;
consensus.EunosHeight = 0;
consensus.DakotaHeight = 10;
consensus.DakotaCrescentHeight = 10;
consensus.EunosHeight = 10;

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.pos.nTargetTimespan = 5 * 60; // 5 min == 10 blocks
Expand Down

0 comments on commit 977afcc

Please sign in to comment.