Skip to content

Commit

Permalink
Fixed Error compile
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Sep 9, 2024
1 parent 1ed25aa commit a26b73e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Miningcore/Blockchain/Ethereum/EthereumPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a26b73e

Please sign in to comment.