1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Account for wait_ms time when nonce_range is in use on BFL.

This commit is contained in:
Con Kolivas 2012-07-05 20:42:19 +10:00
parent 9d9963b088
commit 9e10a6c016

View File

@ -454,6 +454,8 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
sleep_time = bitforce->sleep_ms;
if (!restart_wait(sleep_time))
return 1;
bitforce->wait_ms += sleep_time;
}
if (ret)