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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user