1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 23:52:38 -05:00

Add global wallet address parser for DaemonClient.

This commit is contained in:
XMRig
2021-08-18 13:36:50 +07:00
parent d1033abbe5
commit 460d9c75c5
6 changed files with 110 additions and 117 deletions

View File

@@ -190,10 +190,6 @@ bool xmrig::Pool::isEnabled() const
}
# endif
if (m_mode == MODE_DAEMON && (!algorithm().isValid() && !coin().isValid())) {
return false;
}
return m_flags.test(FLAG_ENABLED) && isValid();
}