This commit is contained in:
MoneroOcean 2018-08-06 11:01:10 +02:00
parent feeb226507
commit bd56b8892c
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ int App::exec()
m_controller->config()->calibrateAlgoTime()
);
// start benchmarking from first PerfAlgo in the list
if (m_controller->config()->get_algo_perf(xmrig::PA_CN) == 0.0f) benchmark.shoud_save_config();
if (m_controller->config()->get_algo_perf(xmrig::PA_CN) == 0.0f) benchmark.should_save_config();
benchmark.start_perf_bench(xmrig::PerfAlgo::PA_CN);
} else {
m_controller->network()->connect();