Removed shortName.

This commit is contained in:
XMRig
2021-08-11 22:26:34 +07:00
parent 9da8428c4c
commit 2d318425cf
23 changed files with 60 additions and 145 deletions

View File

@@ -263,7 +263,7 @@ void xmrig::BenchClient::start()
tag(),
size < 1000000 ? size / 1000 : size / 1000000,
size < 1000000 ? "K" : "M",
m_job.algorithm().shortName());
m_job.algorithm().name());
m_listener->onLoginSuccess(this);
m_listener->onJobReceived(this, m_job, rapidjson::Value());