Skip to content

Commit

Permalink
Set testnet fork on 1244000 (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored Sep 12, 2022
1 parent 562e79b commit 72814fc
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 @@ -376,7 +376,7 @@ class CTestNetParams : public CChainParams {
consensus.FortCanningCrunchHeight = 1011600;
consensus.FortCanningSpringHeight = 1086000;
consensus.FortCanningGreatWorldHeight = 1223000;
consensus.FortCanningEpilogueHeight = std::numeric_limits<int>::max();
consensus.FortCanningEpilogueHeight = 1244000;

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

0 comments on commit 72814fc

Please sign in to comment.