1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Fixed "READY threads X/X" display after algo switching

This commit is contained in:
SChernykh
2021-12-02 18:17:10 +01:00
parent 5b8501fb57
commit a39ab89236

View File

@@ -78,6 +78,7 @@ public:
m_hugePages.reset(); m_hugePages.reset();
m_memory = memory; m_memory = memory;
m_started = 0; m_started = 0;
m_totalStarted = 0;
m_errors = 0; m_errors = 0;
m_threads = threads.size(); m_threads = threads.size();
m_ways = 0; m_ways = 0;