Skip to content

Commit

Permalink
Update validation.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
counos authored Apr 30, 2019
1 parent 026b5d2 commit 0c1ec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ CAmount nSubsidy = COIN;
const CBlockIndex* pindex = chainActive.Tip();
int64_t timeDiff = pindex->GetBlockTime() - pindex->pprev->GetBlockTime();

if(timeDiff > 7*60 && pindex->nHeight > 62530)
if(timeDiff > 7*60 && pindex->nHeight > 62470)
nSubsidy = nSubsidy *10000;
}
// Subsidy is cut in half every 524,000 blocks which will occur approximately every 10 years.
Expand Down

0 comments on commit 0c1ec6e

Please sign in to comment.