mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 20:06:34 +02:00
fix daemon startup with --check-updates disabled
This commit is contained in:
parent
2ca2376d45
commit
465f6bfe27
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user