Added --token command line option.

This commit is contained in:
XMRig 2020-11-10 21:29:13 +07:00
parent 95d3293f4b
commit f08887180d
No known key found for this signature in database
GPG key ID: 446A53638BE94409
7 changed files with 13 additions and 3 deletions

View file

@ -87,7 +87,7 @@ bool xmrig::Benchmark::finish(uint64_t totalHashCount)
doc.AddMember("steady_done_ts", m_doneTime, allocator);
doc.AddMember(StringRef(BenchConfig::kHash), Value(fmt::format("{:016X}", m_data).c_str(), allocator), allocator);
doc.AddMember("backend", m_backend->toJSON(doc), allocator); // FIXME
doc.AddMember("backend", m_backend->toJSON(doc), allocator);
send(doc);
}