mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-12 01:42:48 -05:00
Merge
This commit is contained in:
@@ -75,9 +75,8 @@ bool xmrig::Config::read(const IJsonReader &reader, const char *fileName)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_cpu.read(reader.getValue(kCPU));
|
|
||||||
m_benchmark.read(reader.getValue("algo-perf"));
|
|
||||||
m_cpu.read(reader.getValue(kCPU), version());
|
m_cpu.read(reader.getValue(kCPU), version());
|
||||||
|
m_benchmark.read(reader.getValue("algo-perf"));
|
||||||
|
|
||||||
# ifdef XMRIG_ALGO_RANDOMX
|
# ifdef XMRIG_ALGO_RANDOMX
|
||||||
if (!m_rx.read(reader.getValue(kRandomX))) {
|
if (!m_rx.read(reader.getValue(kRandomX))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user