Fixed syntax
This commit is contained in:
parent
e4cbd36d22
commit
d3af3e3bb2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue