Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cuio committed Feb 4, 2017
1 parent 528500d commit 8ce0c1a
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 @@ -1091,7 +1091,7 @@ int64 static GetBlockValue(int nHeight, int64 nFees)

if(nHeight == 1)
{
nSubsidy = 360000 * COIN;
nSubsidy = 3600000 * COIN;
}

// Subsidy is cut in half every 120000 blocks
Expand Down

0 comments on commit 8ce0c1a

Please sign in to comment.