Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BITRY committed Jul 27, 2021
1 parent ff2e274 commit 29aa550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ class CMainParams : public CChainParams {

// Blocks 145000 - 371336 are Digishield without AuxPoW
digishieldConsensus = consensus;
digishieldConsensus.nHeightEffective = 15685900;
digishieldConsensus.nHeightEffective = 15615200;
digishieldConsensus.fSimplifiedRewards = true;
digishieldConsensus.fDigishieldDifficultyCalculation = true;
digishieldConsensus.nPowTargetTimespan = 60 * 6; // post-digishield: 1 minute
digishieldConsensus.nCoinbaseMaturity = 259;

// Blocks 371337+ are AuxPoW
auxpowConsensus = digishieldConsensus;
auxpowConsensus.nHeightEffective = 15685901;
auxpowConsensus.nHeightEffective = 15615201;
auxpowConsensus.fAllowLegacyBlocks = false;

// Assemble the binary search tree of consensus parameters
Expand Down

0 comments on commit 29aa550

Please sign in to comment.