1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 00:15:04 -05:00

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