Fixed coin option in daemon mode.

This commit is contained in:
XMRig
2019-09-27 23:39:57 +07:00
parent 335092f70f
commit ff98a1c305
2 changed files with 6 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ bool xmrig::Pool::isEnabled() const
}
# endif
if (isDaemon() && !algorithm().isValid()) {
if (isDaemon() && (!algorithm().isValid() && !coin().isValid())) {
return false;
}