Skip to content

Commit

Permalink
Merge pull request #5 from BiznatchEnterprises/master
Browse files Browse the repository at this point in the history
1.0.0.5
  • Loading branch information
profithunterscoin authored Mar 7, 2018
2 parents b412cdd + 89ee45d commit 1dc1728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ int64_t GetProofOfStakeReward(const CBlockIndex* pindexPrev, int64_t nCoinAge, i
nSubsidy = nSubsidy * 0.5; // 500%
}
/* ------ Initial Mining Phase: Block #100001 Up to 150000 (~month #5-7) ------ */
if (pindexPrev->nHeight > 100000)
if (pindexPrev->nHeight > 120000)
{
nSubsidy = nSubsidy * 0.25; // 250%
}
Expand Down

0 comments on commit 1dc1728

Please sign in to comment.