Browse Source

Sia pools sends the block target too

pull/1/head
elbandi 8 years ago
parent
commit
29b2de377f
  1. 2
      sgminer.c

2
sgminer.c

@ -7201,7 +7201,7 @@ static void update_work_stats(struct thr_info *thr, struct work *work) @@ -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…
Cancel
Save