1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

Missed one nonce-range disabling.

This commit is contained in:
Paul Sheppard 2012-07-10 15:40:45 -07:00
parent 2dfe0d628e
commit 4dc1bf2319

View File

@ -432,6 +432,7 @@ static uint64_t bitforce_get_result(struct thr_info *thr, struct work *work)
bitforce->nonce_range = false;
work->blk.nonce = 0xffffffff;
bitforce->sleep_ms *= 5;
bitforce->kname = "Single";
}
submit_nonce(thr, work, nonce);