Correct call of setZeroDonateLevel
This commit is contained in:
parent
ebf7f67b72
commit
506c5b4356
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ int xmrig::Controller::init()
|
|||
return rc;
|
||||
}
|
||||
|
||||
if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) config()->setZeroDonateLevel();
|
||||
if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) config().setZeroDonateLevel();
|
||||
|
||||
m_network = new Network(this);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue