mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-22 22:42:53 -05:00
Update EthStratumClient.cpp
This commit is contained in:
@@ -250,8 +250,10 @@ void EthStratumClient::parseNotification(const char* method, const rapidjson::Va
|
|||||||
bool ok = true;
|
bool ok = true;
|
||||||
m_listener->onVerifyAlgorithm(this, algo, &ok);
|
m_listener->onVerifyAlgorithm(this, algo, &ok);
|
||||||
|
|
||||||
if (!ok && !isQuiet()) {
|
if (!ok) {
|
||||||
LOG_ERR("[%s] incompatible/disabled algorithm \"%s\" detected, reconnect", url(), algo.shortName());
|
if (!isQuiet()) {
|
||||||
|
LOG_ERR("[%s] incompatible/disabled algorithm \"%s\" detected, reconnect", url(), algo.shortName());
|
||||||
|
}
|
||||||
disconnect();
|
disconnect();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user