Merge xmrig v6.14.1 into master

This commit is contained in:
MoneroOcean 2021-08-14 20:47:43 +00:00
parent 054c0a174b
commit efb40419e8
2 changed files with 7 additions and 7 deletions

View file

@ -210,7 +210,7 @@ void xmrig::Network::onLogin(IStrategy *, IClient *client, rapidjson::Document &
Value algo_perf(kObjectType);
for (const auto &a : algorithms) {
algo_perf.AddMember(StringRef(a.shortName()), m_controller->config()->benchmark().algo_perf[a.id()], allocator);
algo_perf.AddMember(StringRef(a.name()), m_controller->config()->benchmark().algo_perf[a.id()], allocator);
}
params.AddMember("algo-perf", algo_perf, allocator);