From ecabec1e6a32dc937c539e3509c9665aeef754e8 Mon Sep 17 00:00:00 2001 From: EverGreenCoin Date: Thu, 26 Oct 2017 15:19:36 -0400 Subject: [PATCH] Commit for demonstrational purposes --- src/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a8dea27..4054b72 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1025,10 +1025,7 @@ int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash) else if (nHeight < 5045760){ nSubsidy = 0.000001 * COIN; } - else if (nHeight == 5045760){ - nSubsidy = 0.000001 * COIN; - } - else if (nHeight > 5045760){ + else { nSubsidy = 0.000001 * COIN; }