Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
white92d15b7 authored Apr 7, 2019
1 parent 5b9b85a commit 413286a
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 @@ -2136,9 +2136,9 @@ int64_t GetBlockValue(int nHeight)
nSubsidy = 4.25 * COIN;
} else if (nHeight >= 80000 && nHeight <= 168000) {
nSubsidy = 8.0 * COIN;
} else if (nHeight >= 168001 && nHeight <= 367500) {
} else if (nHeight >= 168001 && nHeight <= 460000) {
nSubsidy = 4.25 * COIN;
} else if (nHeight >= 357501 && nHeight <= 500000) {
} else if (nHeight >= 460001 && nHeight <= 500000) {
nSubsidy = 12 * COIN;
} else if (nHeight >= 500001 && nHeight <= 600000) {
nSubsidy = 8 * COIN;
Expand Down

0 comments on commit 413286a

Please sign in to comment.