1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-23 12:22:35 -04:00

xmrig v6.3.1 merge

This commit is contained in:
MoneroOcean
2020-07-31 12:04:00 -07:00
37 changed files with 308 additions and 251 deletions

View File

@@ -268,4 +268,6 @@ void xmrig::Config::getJSON(rapidjson::Document &doc) const
doc.AddMember(StringRef(kBenchAlgoTime), benchAlgoTime(), allocator);
doc.AddMember(StringRef(kAlgoPerf), m_benchmark.toJSON(doc), allocator);
# endif
doc.AddMember(StringRef(kPauseOnBattery), isPauseOnBattery(), allocator);
}