Added extra MO specific error status
This commit is contained in:
parent
814dda724e
commit
47ba0a015b
1 changed files with 4 additions and 0 deletions
|
@ -302,6 +302,10 @@ bool xmrig::Client::isCriticalError(const char *message)
|
|||
return true;
|
||||
}
|
||||
|
||||
if (strncasecmp(message, "Invalid job id", 14) == 0) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue