mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-06 09:52:05 +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 << 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 New Issue
Block a user