mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-04 02:02:29 +00:00
Scrypt code does not enter the hashtest function.
This commit is contained in:
parent
9fd60bb53a
commit
69dd5affe3
@ -5162,9 +5162,6 @@ static bool hashtest(struct thr_info *thr, struct work *work)
|
|||||||
applog(LOG_INFO, "Share below target");
|
applog(LOG_INFO, "Share below target");
|
||||||
/* Check the diff of the share, even if it didn't reach the
|
/* 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. */
|
* target, just to set the best share value if it's higher. */
|
||||||
if (opt_scrypt)
|
|
||||||
scrypt_diff(work);
|
|
||||||
else
|
|
||||||
share_diff(work);
|
share_diff(work);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user