Browse Source

Missed one nonce-range disabling.

nfactor-troky
Paul Sheppard 12 years ago
parent
commit
4dc1bf2319
  1. 1
      driver-bitforce.c

1
driver-bitforce.c

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

Loading…
Cancel
Save