mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
Share is above, not below target, when it doesn't meet it.
This commit is contained in:
parent
25d4f16727
commit
5da3d58f6f
@ -6126,7 +6126,7 @@ void submit_tested_work(struct thr_info *thr, struct work *work)
|
|||||||
update_work_stats(thr, work);
|
update_work_stats(thr, work);
|
||||||
|
|
||||||
if (!fulltest(work->hash2, work->target)) {
|
if (!fulltest(work->hash2, work->target)) {
|
||||||
applog(LOG_INFO, "Share below target");
|
applog(LOG_INFO, "Share above target");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
work_out = copy_work(work);
|
work_out = copy_work(work);
|
||||||
|
Loading…
Reference in New Issue
Block a user