fix daemon startup with --check-updates disabled

pull/2/head
Jaquee 7 years ago
parent 2ca2376d45
commit 465f6bfe27
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

@ -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;