diff --git a/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs b/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs index dbe0d74e7..ede898c12 100644 --- a/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs +++ b/src/Miningcore/Blockchain/Ethereum/EthereumPool.cs @@ -327,7 +327,6 @@ private async Task OnSubmitLoginAsync(StratumConnection connection, Timestamped< logger.Info(() => $"[{connection.ConnectionId}] Setting static difficulty of {staticDiff.Value}"); - await connection.NotifyAsync(BitcoinStratumMethods.SetDifficulty, new object[] { context.Difficulty }); } // Start diff