Removed Invalid job id processing

This commit is contained in:
MoneroOcean 2019-10-02 14:54:20 -07:00
parent 5e777a5ed9
commit b19a0b7f51

View file

@ -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;
}