Updated pools usage
This commit is contained in:
parent
c998be4235
commit
da6e059e68
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ int xmrig::Controller::init()
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
if (strstr(config()->pools.data()[0].host(), "moneroocean.stream")) config()->setDonateLevel(0);
|
if (strstr(config()->pools().data()[0].host(), "moneroocean.stream")) config()->setDonateLevel(0);
|
||||||
|
|
||||||
d_ptr->network = new Network(this);
|
d_ptr->network = new Network(this);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue