mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
Added support for threads restart if config changed.
This commit is contained in:
@@ -192,7 +192,8 @@ bool xmrig::Pool::isEqual(const Pool &other) const
|
||||
&& m_rigId == other.m_rigId
|
||||
&& m_url == other.m_url
|
||||
&& m_user == other.m_user
|
||||
&& m_pollInterval == other.m_pollInterval);
|
||||
&& m_pollInterval == other.m_pollInterval
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user