1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-23 12:22:35 -04:00
This commit is contained in:
MoneroOcean
2020-06-10 18:14:06 -07:00
150 changed files with 12300 additions and 8764 deletions

View File

@@ -218,6 +218,7 @@ void xmrig::Config::getJSON(rapidjson::Document &doc) const
doc.AddMember(StringRef(kAutosave), isAutoSave(), allocator);
doc.AddMember(StringRef(kBackground), isBackground(), allocator);
doc.AddMember(StringRef(kColors), Log::isColors(), allocator);
doc.AddMember(StringRef(kTitle), title().toJSON(), allocator);
# ifdef XMRIG_ALGO_RANDOMX
doc.AddMember(StringRef(kRandomX), rx().toJSON(doc), allocator);