Skip to content

Commit

Permalink
Update devnet with latest testnet hard fork height (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored Jan 16, 2023
1 parent c905f30 commit a40c00a
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 @@ -607,7 +607,7 @@ class CDevNetParams : public CChainParams {
consensus.FortCanningGreatWorldHeight = 1223000;
consensus.FortCanningEpilogueHeight = 1244000;
consensus.GrandCentralHeight = 1366000;
consensus.GrandCentralEpilogueHeight = std::numeric_limits<int>::max();
consensus.GrandCentralEpilogueHeight = 1438200;

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

0 comments on commit a40c00a

Please sign in to comment.