mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-10 09:02:45 -05:00
Set m_saveConfig to false by default
This commit is contained in:
@@ -47,6 +47,7 @@ xmrig::CommonConfig::CommonConfig() :
|
|||||||
m_colors(true),
|
m_colors(true),
|
||||||
m_dryRun(false),
|
m_dryRun(false),
|
||||||
m_calibrateAlgo(false),
|
m_calibrateAlgo(false),
|
||||||
|
m_saveConfig(false),
|
||||||
m_syslog(false),
|
m_syslog(false),
|
||||||
|
|
||||||
# ifdef XMRIG_PROXY_PROJECT
|
# ifdef XMRIG_PROXY_PROJECT
|
||||||
|
|||||||
Reference in New Issue
Block a user