mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-24 21:32:47 -05:00
Fix nonce allocation in DoubleWorker.
This commit is contained in:
@@ -25,8 +25,9 @@
|
||||
#include "workers/Handle.h"
|
||||
|
||||
|
||||
Handle::Handle(xmrig::IThread *config, size_t totalWays) :
|
||||
Handle::Handle(xmrig::IThread *config, size_t totalThreads, size_t totalWays) :
|
||||
m_worker(nullptr),
|
||||
m_totalThreads(totalThreads),
|
||||
m_totalWays(totalWays),
|
||||
m_config(config)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user