1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Regenerate the hash before checking the share diff in hashtest().

This commit is contained in:
Con Kolivas 2013-05-11 17:04:49 +10:00
parent 03f98e2617
commit 9a76db8db9

View File

@ -5489,6 +5489,7 @@ static int hashtest(struct thr_info *thr, struct work *work)
applog(LOG_INFO, "Share below target");
/* Check the diff of the share, even if it didn't reach the
* target, just to set the best share value if it's higher. */
regen_hash(work);
share_diff(work);
return 0;
}