Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
capitalization and typo
  • Loading branch information
5mil committed Jul 16, 2015
1 parent 8b0c1a2 commit 71e9a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1323,8 +1323,8 @@ int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
if(nHeight > 900000)
nSubsidy = 0;

if(nheight > 916000)
nSubsidy = (1 + rand1) * COIN;
if(nHeight > 916000)
nSubsidy = (1 + rand) * COIN;


return nSubsidy + nFees;
Expand Down

0 comments on commit 71e9a0e

Please sign in to comment.