mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-24 21:32:47 -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_hashrate.set_threads(threads.size());
|
||||
m_hashrate->set_threads(threads.size());
|
||||
|
||||
uint32_t offset = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user