From 05b8dfb1b717aa1045132be5a28ce4adc53ccef2 Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Thu, 20 Jun 2024 13:00:23 +0700 Subject: [PATCH] Update EthereumPayoutHandler.cs --- src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs b/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs index 8d8e61278..7f839ecb3 100644 --- a/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs +++ b/src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs @@ -503,7 +503,6 @@ internal static decimal GetBaseBlockReward(GethChainType chainType, ulong height return SlayerXConstants.BaseRewardInitial - (SlayerXConstants.BaseRewardInitial * (SlayerXConstants.StakePercent / 100)); case GethChainType.OctaSpace: - case GethChainType.OctaSpaceTestnet: if(height >= OctaSpaceConstants.TriangulumHardForkHeight) return OctaSpaceConstants.TriangulumBlockReward; if(height >= OctaSpaceConstants.VegaHardForkHeight)