Sync changes with proxy.
This commit is contained in:
parent
be232fa1f2
commit
2b0309e159
4 changed files with 46 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue