mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-23 06:52:33 -05:00
Sync changes with amd miner and update summary.
This commit is contained in:
@@ -116,7 +116,7 @@ void xmrig::Config::getJSON(rapidjson::Document &doc) const
|
||||
Value threads(kArrayType);
|
||||
|
||||
for (const IThread *thread : m_threads.list) {
|
||||
threads.PushBack(thread->toConfig(doc), doc.GetAllocator());
|
||||
threads.PushBack(thread->toConfig(doc), allocator);
|
||||
}
|
||||
|
||||
doc.AddMember("threads", threads, allocator);
|
||||
|
||||
Reference in New Issue
Block a user