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
No known key found for this signature in database
GPG key ID: 446A53638BE94409
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();
}