mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-16 15:57:38 +00:00
Merge pull request #2778 from SChernykh/dev
Fixed "READY threads X/X" display after algo switching
This commit is contained in:
commit
8149fc7dcb
1 changed files with 7 additions and 6 deletions
|
@ -78,6 +78,7 @@ public:
|
|||
m_hugePages.reset();
|
||||
m_memory = memory;
|
||||
m_started = 0;
|
||||
m_totalStarted = 0;
|
||||
m_errors = 0;
|
||||
m_threads = threads.size();
|
||||
m_ways = 0;
|
||||
|
|
Loading…
Reference in a new issue