mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-14 10:32:38 -05:00
Fix nicehash support, please note --nicehash option now specified per pool.
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
#include "workers/Handle.h"
|
||||
|
||||
|
||||
Handle::Handle(int threadId, int threads, int64_t affinity, bool nicehash) :
|
||||
m_nicehash(nicehash),
|
||||
Handle::Handle(int threadId, int threads, int64_t affinity) :
|
||||
m_threadId(threadId),
|
||||
m_threads(threads),
|
||||
m_affinity(affinity),
|
||||
|
||||
Reference in New Issue
Block a user