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:
parent
91e1d324c5
commit
29b2de377f
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user