aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authormoneromooo.monero <moneromooo.monero@users.noreply.github.com>2017-02-19 10:38:03 +0000
committermoneromooo.monero <moneromooo.monero@users.noreply.github.com>2017-02-22 23:19:29 +0000
commit97362504e8e3339beedec2a5637df0d2557698c9 (patch)
treeed401658844abd4644ba52b7ebe8a0d4e9d7bec6 /src/daemon
parentc6688dc876d4ab8e0cea6f34f4607bf3be9a3648 (diff)
downloadmonzero-gui-97362504e8e3339beedec2a5637df0d2557698c9.tar.gz
monzero-gui-97362504e8e3339beedec2a5637df0d2557698c9.tar.xz
monzero-gui-97362504e8e3339beedec2a5637df0d2557698c9.zip
Add updates notifier
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/DaemonManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/DaemonManager.cpp b/src/daemon/DaemonManager.cpp
index 5298743a..8533f7ef 100644
--- a/src/daemon/DaemonManager.cpp
+++ b/src/daemon/DaemonManager.cpp
@@ -40,9 +40,10 @@ bool DaemonManager::start(const QString &flags)
arguments << str;
}
+ arguments << "--updates" << "disabled";
qDebug() << "starting monerod " + m_monerod;
- qDebug() << "With command line arguments " << m_monerod;
+ qDebug() << "With command line arguments " << arguments;
m_daemon = new QProcess();
initialized = true;