Skip to content

Commit

Permalink
update blockactivation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ars0nic committed Aug 10, 2020
1 parent d1af89a commit 44a8673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ class CTestNetParams : public CMainParams
// std::cout << genesis.hashMerkleRoot.GetHex() << std::endl;

nSwitchPhi2Block = 20;
nSwitchRandomXBlock = 25; /// dunno the value
nSplitRewardBlock = 15;
nFirstSCBlock = 25;
nSwitchRandomXBlock = 30; /// dunno the value
nSplitRewardBlock = 5000;
nPruneAfterHeight = 5000;
nFirstSCBlock = 20;
nPreminePaymentandHardForkBlock = 50000;

consensus.hashGenesisBlock = genesis.GetHash();
Expand Down

0 comments on commit 44a8673

Please sign in to comment.