Self-select initial working implementation.

This commit is contained in:
XMRig
2019-10-12 19:48:18 +07:00
parent 5912e9971a
commit ae557af840
9 changed files with 302 additions and 74 deletions

View File

@@ -168,6 +168,7 @@ bool xmrig::Pool::isEqual(const Pool &other) const
&& m_url == other.m_url
&& m_user == other.m_user
&& m_pollInterval == other.m_pollInterval
&& m_daemon == other.m_daemon
);
}