[WIP] Use unified Pools class.
This commit is contained in:
parent
ee667144e8
commit
f6699b5929
7 changed files with 107 additions and 94 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue