Skip to content

Commit

Permalink
block reward
Browse files Browse the repository at this point in the history
  • Loading branch information
wkibbler committed Jan 8, 2019
1 parent c6ca63c commit 2ea3433
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 @@ -1128,9 +1128,9 @@ int64 GetProofOfWorkReward(int nHeight)

if (nHeight <= 1){
nSubsidy = 21000000 * COIN;
} else if (nHeight <= 31000){
} else if (nHeight <= 40000){
nSubsidy = 0.1 * COIN;
} else if (nHeight <= 41000){
} else if (nHeight <= 55000){
nSubsidy = 3.25 * COIN;
}
/*
Expand Down

0 comments on commit 2ea3433

Please sign in to comment.