Fixed stratum login notification

This commit is contained in:
SChernykh 2020-05-29 08:31:53 +02:00
parent c9730faa49
commit bdbb7f891f

View file

@ -348,6 +348,7 @@ void EthStratumClient::OnAuthorizeResponse(const rapidjson::Value& result, bool
LOG_DEBUG("Login succeeded");
m_authorized = true;
m_listener->onLoginSuccess(this);
}
}