Skip to content

Commit

Permalink
Fork at 14300
Browse files Browse the repository at this point in the history
  • Loading branch information
h4x3rotab committed Jun 16, 2018
1 parent b35f3fd commit da18578
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 @@ -243,7 +243,7 @@ class CTestNetParams : public CChainParams {
consensus.BIP66Height = -1;
consensus.BTGHeight = 1;
consensus.BTGZawyLWMAHeight = -1; // Activated on testnet
consensus.BTGEquihashForkHeight = std::numeric_limits<int>::max(); // Not activated on testnet
consensus.BTGEquihashForkHeight = 14300;
consensus.BTGPremineWindow = 50;
consensus.BTGPremineEnforceWhitelist = false;
consensus.powLimit = uint256S("0007ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
Expand Down

0 comments on commit da18578

Please sign in to comment.