Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonhilton87 committed Nov 7, 2023
1 parent 396d23b commit 0604713
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,9 @@ class CTestNetParams : public CChainParams {
consensus.nPowTargetSpacingGR = 125; //691.2 blocks 60%

consensus.powForkTime = 1666699200; // Tuesday, 25 October 2022 13:00:00 GMT+01:00
<<<<<<< Updated upstream
consensus.halvingForkBlock = 100;

//consensus.isValid = 1666327253;
=======
consensus.halvingForkBlock = 50;
consensus.halvingFixForkBlock = 100;
>>>>>>> Stashed changes
consensus.halvingFixForkBlock = 100;

consensus.powTypeLimits.emplace_back(uint256S("000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff")); // curvehash limit
consensus.powTypeLimits.emplace_back(uint256S("000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff")); // Minox limit
Expand Down

0 comments on commit 0604713

Please sign in to comment.