mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Share is also above target for submit noffset nonce.
This commit is contained in:
parent
8ed936330e
commit
39c8491302
@ -6184,7 +6184,7 @@ bool submit_noffset_nonce(struct thr_info *thr, struct work *work_in, uint32_t n
|
|||||||
ret = true;
|
ret = true;
|
||||||
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");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
submit_work_async(work);
|
submit_work_async(work);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user