Skip to content

Commit

Permalink
Change mainnet DAA parameter switch to 2021-09-22
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAbrams committed Jul 20, 2021
1 parent 4713ff7 commit 1702342
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 @@ -187,7 +187,7 @@ class CMainParams : public CChainParams
nDefaultPort = DEFAULT_P2P_PORT;
nPruneAfterHeight = 20545;
startNewChain = false;
nSwitchDifficultyBlock = 774000; // approx: August 20th, 2021
nSwitchDifficultyBlock = 795350; // approx: September 22, 2021

genesis = CreateGenesisBlock(1513619300, 626614, UintToArith256(consensus.powLimit).GetCompact(), 1, (1 * COIN));
if (startNewChain == true) {
Expand Down

0 comments on commit 1702342

Please sign in to comment.