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)