1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 22:12:53 -05:00
This commit is contained in:
MoneroOcean
2019-12-21 18:18:26 -08:00
48 changed files with 970 additions and 454 deletions

View File

@@ -88,6 +88,8 @@ protected:
private:
inline void setPrintTime(uint32_t printTime) { if (printTime <= 3600) { m_printTime = printTime; } }
void setVerbose(const rapidjson::Value &value);
};