Skip to content

Commit

Permalink
Set DF23 Testnet fork (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored Apr 8, 2024
1 parent f50656f commit d313fee
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 @@ -421,7 +421,7 @@ class CTestNetParams : public CChainParams {
consensus.DF20GrandCentralHeight = 1150020;
consensus.DF21GrandCentralEpilogueHeight = 1150030;
consensus.DF22MetachainHeight = 1150040;
consensus.DF23Height = std::numeric_limits<int>::max();
consensus.DF23Height = 1507200;
consensus.DF24Height = std::numeric_limits<int>::max();

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
Expand Down

0 comments on commit d313fee

Please sign in to comment.