mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-01 09:43:03 -05:00
Removed non thread safe access to config.
This commit is contained in:
@@ -390,7 +390,7 @@ void xmrig::CpuBackend::start(IWorker *worker, bool ready)
|
||||
mutex.unlock();
|
||||
|
||||
if (ready) {
|
||||
worker->start(d_ptr->controller->config());
|
||||
worker->start();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user