mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-22 13:12:42 -05:00
[WIP] Use unified Pools class.
This commit is contained in:
@@ -106,7 +106,7 @@ void xmrig::Config::getJSON(rapidjson::Document &doc) const
|
||||
|
||||
Value pools(kArrayType);
|
||||
|
||||
for (const Pool &pool : m_activePools) {
|
||||
for (const Pool &pool : m_pools.data()) {
|
||||
pools.PushBack(pool.toJSON(doc), allocator);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user