mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-26 22:12:53 -05:00
Moved from PerfAlgo to Algo in threads to removed not really used cn-fast threads setup
This commit is contained in:
@@ -223,7 +223,7 @@ void Workers::switch_algo(const xmrig::Algorithm& algorithm)
|
||||
m_sequence = 1;
|
||||
m_paused = 1;
|
||||
|
||||
const std::vector<xmrig::IThread *> &threads = m_controller->config()->threads(algorithm.perf_algo());
|
||||
const std::vector<xmrig::IThread *> &threads = m_controller->config()->threads(algorithm.algo());
|
||||
m_status.algo = algorithm.algo();
|
||||
m_status.threads = threads.size();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user