Fix nonce allocation in DoubleWorker.
This commit is contained in:
parent
c1bc6acd26
commit
d7c5630509
9 changed files with 14 additions and 9 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue