diff --git a/sgminer.c b/sgminer.c index 3ebc8ee8..3f8446f4 100644 --- a/sgminer.c +++ b/sgminer.c @@ -7201,7 +7201,7 @@ static void update_work_stats(struct thr_info *thr, struct work *work) test_diff *= work->pool->algorithm.share_diff_multiplier; - if (unlikely(work->pool->algorithm.type != ALGO_SIA && work->share_diff >= test_diff)) { + if (unlikely(work->share_diff >= test_diff)) { work->block = true; work->pool->solved++; found_blocks++;