1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-09 12:11:02 +00:00

Sia pools sends the block target too

This commit is contained in:
elbandi 2016-07-20 15:53:51 +02:00
parent 91e1d324c5
commit 29b2de377f

View File

@ -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++;