Skip to content

Commit

Permalink
Restore NextNetworkUpgradeHeight to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Jul 27, 2023
1 parent 3d04458 commit 35c08b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ class CTestNetParams : public CChainParams {
consensus.FortCanningEpilogueHeight = 1244000;
consensus.GrandCentralHeight = 1366000;
consensus.GrandCentralEpilogueHeight = 1438200;
consensus.NextNetworkUpgradeHeight = std::numeric_limits<int>::max();;

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
// consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
Expand Down

0 comments on commit 35c08b8

Please sign in to comment.