Removed Invalid job id processing
This commit is contained in:
parent
5e777a5ed9
commit
b19a0b7f51
1 changed files with 0 additions and 4 deletions
|
@ -302,10 +302,6 @@ 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