mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-23 06:52:33 -05:00
Sync changes with proxy.
This commit is contained in:
@@ -102,7 +102,7 @@ void xmrig::Config::getJSON(rapidjson::Document &doc) const
|
||||
|
||||
Value pools(kArrayType);
|
||||
|
||||
for (const Pool &pool : m_pools) {
|
||||
for (const Pool &pool : m_activePools) {
|
||||
pools.PushBack(pool.toJSON(doc), allocator);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user