Skip to content

Commit

Permalink
Set testnet fork height for metachain (#2548)
Browse files Browse the repository at this point in the history
Co-authored-by: Jouzo <[email protected]>
Co-authored-by: Prasanna Loganathar <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2023
1 parent 7272df6 commit a10415b
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 @@ -417,7 +417,7 @@ class CTestNetParams : public CChainParams {
consensus.DF19FortCanningEpilogueHeight = 1244000;
consensus.DF20GrandCentralHeight = 1366000;
consensus.DF21GrandCentralEpilogueHeight = 1438200;
consensus.DF22NextHeight = std::numeric_limits<int>::max();;
consensus.DF22NextHeight = 1948000;

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

0 comments on commit a10415b

Please sign in to comment.