Fixed pool check
This commit is contained in:
parent
850ca88c48
commit
9e231e322b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ int App::exec()
|
||||||
|
|
||||||
Mem::init(m_controller->config()->isHugePages());
|
Mem::init(m_controller->config()->isHugePages());
|
||||||
|
|
||||||
if (!strstr(m_controller->config()->pools()[0].host(), "moneroocean.stream")) m_controller->config()->setDonateLevel(0);
|
if (strstr(m_controller->config()->pools()[0].host(), "moneroocean.stream")) m_controller->config()->setDonateLevel(0);
|
||||||
|
|
||||||
Summary::print(m_controller);
|
Summary::print(m_controller);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue