Sync changes with proxy.

This commit is contained in:
XMRig 2018-04-29 14:24:44 +07:00
parent be232fa1f2
commit 2b0309e159
4 changed files with 46 additions and 1 deletions

View file

@ -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);
}