Skip to content

Commit

Permalink
Devnet hard fork at 1,586,750
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Apr 17, 2023
1 parent ebfa2a2 commit 53c84f0
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 @@ -633,7 +633,7 @@ class CDevNetParams : public CChainParams {
consensus.FortCanningEpilogueHeight = 1244000;
consensus.GrandCentralHeight = 1366000;
consensus.GrandCentralEpilogueHeight = 1438200;
consensus.NextNetworkUpgradeHeight = std::numeric_limits<int>::max();
consensus.NextNetworkUpgradeHeight = 1586750;

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

0 comments on commit 53c84f0

Please sign in to comment.