mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Fixed bug in aliases logic.
This commit is contained in:
@@ -61,7 +61,11 @@ size_t xmrig::Threads<T>::read(const rapidjson::Value &value)
|
|||||||
if (!threads.isEmpty()) {
|
if (!threads.isEmpty()) {
|
||||||
move(member.name.GetString(), std::move(threads));
|
move(member.name.GetString(), std::move(threads));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (auto &member : value.GetObject()) {
|
||||||
|
if (member.value.IsArray() || member.value.IsObject()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user