mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-06 23:52:38 -05:00
Fixed stratum login notification
This commit is contained in:
@@ -348,6 +348,7 @@ void EthStratumClient::OnAuthorizeResponse(const rapidjson::Value& result, bool
|
||||
LOG_DEBUG("Login succeeded");
|
||||
|
||||
m_authorized = true;
|
||||
m_listener->onLoginSuccess(this);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user