mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-27 23:14:21 +00:00
Return after failed bin2hex conversion in bflsc.
This commit is contained in:
parent
12a2cb0d3c
commit
9b00529cf9
@ -1327,6 +1327,7 @@ static void process_nonces(struct cgpu_info *bflsc, int dev, char *xlink, char *
|
||||
applog(LOG_ERR, "%s%i:%s Failed to convert binary data to hex result - ignored",
|
||||
bflsc->drv->name, bflsc->device_id, xlink);
|
||||
inc_hw_errors(bflsc->thr[0]);
|
||||
return;
|
||||
}
|
||||
|
||||
work = find_queued_work_bymidstate(bflsc, midstate, MIDSTATE_BYTES,
|
||||
|
Loading…
x
Reference in New Issue
Block a user