Added mining on battery setting
This commit is contained in:
parent
5bc89fdc8b
commit
299b180b28
10 changed files with 95 additions and 18 deletions
|
@ -252,4 +252,5 @@ void xmrig::Config::getJSON(rapidjson::Document &doc) const
|
|||
doc.AddMember(StringRef(kUserAgent), m_userAgent.toJSON(), allocator);
|
||||
doc.AddMember(StringRef(kVerbose), Log::verbose(), allocator);
|
||||
doc.AddMember(StringRef(kWatch), m_watch, allocator);
|
||||
doc.AddMember(StringRef(kMineOnBattery), m_mineOnBattery, allocator);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue