Skip to content

Commit

Permalink
commiting again mainnet test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
djm34 committed Jan 18, 2021
1 parent adc87ce commit 606686d
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 @@ -146,7 +146,7 @@ class CMainParams : public CChainParams
consensus.vDeployments[Consensus::SMART_CONTRACTS_HARDFORK].bit = 30;

nSwitchPhi2Block = 299501;
nSwitchRX2Block = 1561960; /// dunno the value
nSwitchRX2Block = 1561960; /// dunno the value
nFirstSCBlock = 350000;
nPruneAfterHeight = 300000;
nSplitRewardBlock = 300000;
Expand Down

0 comments on commit 606686d

Please sign in to comment.