1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 13:42:54 -05:00

Fixed syntax

This commit is contained in:
MoneroOcean
2018-10-11 18:59:11 +02:00
parent e4cbd36d22
commit d3af3e3bb2

View File

@@ -254,7 +254,7 @@ void Workers::switch_algo(const xmrig::Algorithm& algorithm)
m_status.ways += thread->multiway(); m_status.ways += thread->multiway();
} }
m_hashrate.set_threads(threads.size()); m_hashrate->set_threads(threads.size());
uint32_t offset = 0; uint32_t offset = 0;