Skip to content

Commit 8634adf

Browse files
authored
Typo fix
1 parent 788e198 commit 8634adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
13611361
nSubsidy = 2000000 * COIN;
13621362
} else if (nHeight > 1 && nHeight <= 4000) {
13631363
nSubsidy = 20 * COIN;
1364-
} else if (nHeight > 40000 && nHeight <= 20000) {
1364+
} else if (nHeight > 4000 && nHeight <= 20000) {
13651365
nSubsidy = 15 * COIN;
13661366
}
13671367

0 commit comments

Comments
 (0)