diff --git a/src/metrics.cpp b/src/metrics.cpp index 08b3fb1f9..396137493 100644 --- a/src/metrics.cpp +++ b/src/metrics.cpp @@ -335,9 +335,6 @@ int printMetrics(size_t cols, bool mining) chainActive.Contains(mapBlockIndex[hash])) { int height = mapBlockIndex[hash]->nHeight; CAmount subsidy = GetBlockSubsidy(height, consensusParams); - if ((height > 0) && (height <= consensusParams.GetLastFoundersRewardBlockHeight())) { - subsidy -= subsidy/5; - } if (std::max(0, COINBASE_MATURITY - (tipHeight - height)) > 0) { immature += subsidy; } else {