From d3af3e3bb22ea25a91592211f99a3a5f415b59af Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 11 Oct 2018 18:59:11 +0200 Subject: [PATCH] Fixed syntax --- src/workers/Workers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;