diff --git a/src/workers/Workers.cpp b/src/workers/Workers.cpp index 2bd3ed15..8d052d79 100644 --- a/src/workers/Workers.cpp +++ b/src/workers/Workers.cpp @@ -254,7 +254,7 @@ void Workers::switch_algo(const xmrig::Algorithm& algorithm) m_status.ways += thread->multiway(); } - m_hashrate.set_threads(threads.size()); + m_hashrate->set_threads(threads.size()); uint32_t offset = 0;