mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
Fixed syntax
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user