mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
fix daemon startup with --check-updates disabled
This commit is contained in:
parent
2ca2376d45
commit
465f6bfe27
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ bool DaemonManager::start(const QString &flags, bool testnet)
|
||||||
arguments << str;
|
arguments << str;
|
||||||
}
|
}
|
||||||
|
|
||||||
arguments << "--updates" << "disabled";
|
arguments << "--check-updates" << "disabled";
|
||||||
|
|
||||||
qDebug() << "starting monerod " + m_monerod;
|
qDebug() << "starting monerod " + m_monerod;
|
||||||
qDebug() << "With command line arguments " << arguments;
|
qDebug() << "With command line arguments " << arguments;
|
||||||
|
|
Loading…
Reference in a new issue