mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
Self-select initial working implementation.
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user