1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-24 13:32:46 -05:00

Sync changes.

This commit is contained in:
XMRig
2019-03-31 23:22:36 +07:00
parent ca249f1f1c
commit e759ccf385
7 changed files with 11 additions and 9 deletions

View File

@@ -207,8 +207,6 @@ void Workers::start(xmrig::Controller *controller)
m_workers.push_back(handle);
handle->start(Workers::onReady);
}
controller->save();
}