Merge
This commit is contained in:
parent
7c8b4f72c8
commit
eba2fc88f0
1 changed files with 1 additions and 2 deletions
|
@ -75,9 +75,8 @@ bool xmrig::Config::read(const IJsonReader &reader, const char *fileName)
|
|||
return false;
|
||||
}
|
||||
|
||||
m_cpu.read(reader.getValue(kCPU));
|
||||
m_benchmark.read(reader.getValue("algo-perf"));
|
||||
m_cpu.read(reader.getValue(kCPU), version());
|
||||
m_benchmark.read(reader.getValue("algo-perf"));
|
||||
|
||||
# ifdef XMRIG_ALGO_RANDOMX
|
||||
if (!m_rx.read(reader.getValue(kRandomX))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue