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

Rebased to xmrig v2.13.1

This commit is contained in:
MoneroOcean
2019-02-25 09:04:18 -08:00
23 changed files with 2389 additions and 1095 deletions

View File

@@ -101,7 +101,7 @@ int xmrig::Controller::init()
Cpu::init();
// init pconfig global pointer to config
pconfig = d_ptr->config = xmrig::Config::load(d_ptr->process, this);
pconfig = d_ptr->config = Config::load(d_ptr->process, this);
if (!d_ptr->config) {
return 1;
}