mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
Ignore inprocess message when retrieved out of sync in bflsc while processing nonces.
This commit is contained in:
parent
2853a5d9d5
commit
791a8f65ba
@ -1213,6 +1213,12 @@ static void process_nonces(struct cgpu_info *bflsc, int dev, char *xlink, char *
|
||||
bool res;
|
||||
char *tmp;
|
||||
|
||||
if (!strncasecmp(data,BFLSC_INPROCESS, BFLSC_INPROCESS_LEN)) {
|
||||
applog(LOG_INFO, "%s%i:%s In process message retrieved out of sync, ignoring",
|
||||
bflsc->drv->name, bflsc->device_id, xlink);
|
||||
return;
|
||||
}
|
||||
|
||||
if (count < sc_info->que_fld_min) {
|
||||
tmp = str_text(data);
|
||||
applog(LOG_INFO, "%s%i:%s work returned too small (%d,%s)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user