1
0
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:
Con Kolivas 2013-10-31 16:49:24 +11:00
parent 25d4f16727
commit 5da3d58f6f

View File

@ -6126,7 +6126,7 @@ void submit_tested_work(struct thr_info *thr, struct work *work)
update_work_stats(thr, work);
if (!fulltest(work->hash2, work->target)) {
applog(LOG_INFO, "Share below target");
applog(LOG_INFO, "Share above target");
return;
}
work_out = copy_work(work);