mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 21:57:26 -04:00
fix daemon startup with --check-updates disabled
This commit is contained in:
@@ -44,7 +44,7 @@ bool DaemonManager::start(const QString &flags, bool testnet)
|
||||
arguments << str;
|
||||
}
|
||||
|
||||
arguments << "--updates" << "disabled";
|
||||
arguments << "--check-updates" << "disabled";
|
||||
|
||||
qDebug() << "starting monerod " + m_monerod;
|
||||
qDebug() << "With command line arguments " << arguments;
|
||||
|
||||
Reference in New Issue
Block a user