Fix nonce allocation in DoubleWorker.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
|
||||
Worker::Worker(Handle *handle) :
|
||||
m_id(handle->threadId()),
|
||||
m_totalThreads(handle->totalThreads()),
|
||||
m_totalWays(handle->totalWays()),
|
||||
m_hashCount(0),
|
||||
m_timestamp(0),
|
||||
|
||||
Reference in New Issue
Block a user