Fix nonce allocation in DoubleWorker.
This commit is contained in:
parent
c1bc6acd26
commit
d7c5630509
9 changed files with 14 additions and 9 deletions
|
@ -55,6 +55,7 @@ protected:
|
|||
|
||||
cryptonight_ctx *m_ctx;
|
||||
size_t m_id;
|
||||
size_t m_totalThreads;
|
||||
size_t m_totalWays;
|
||||
std::atomic<uint64_t> m_hashCount;
|
||||
std::atomic<uint64_t> m_timestamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue