aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/DaemonManager.h
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-01-22 18:43:39 +0900
committerstoffu <stoffu@protonmail.ch>2018-01-30 07:45:11 +0900
commitfd1f4bf628129e2dfce3de6dbdfc135ad4cadffa (patch)
treea428fb10a5ede0965969cc187552708f304c097d /src/daemon/DaemonManager.h
parentaf882e87f5cfbd0454b31cf2846615dfb6267cbf (diff)
downloadmonzero-gui-fd1f4bf628129e2dfce3de6dbdfc135ad4cadffa.tar.gz
monzero-gui-fd1f4bf628129e2dfce3de6dbdfc135ad4cadffa.tar.xz
monzero-gui-fd1f4bf628129e2dfce3de6dbdfc135ad4cadffa.zip
Bootstrap daemon (requires #3165)
Diffstat (limited to 'src/daemon/DaemonManager.h')
-rw-r--r--src/daemon/DaemonManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/DaemonManager.h b/src/daemon/DaemonManager.h
index 2b9c8b84..d081ad7d 100644
--- a/src/daemon/DaemonManager.h
+++ b/src/daemon/DaemonManager.h
@@ -14,7 +14,7 @@ public:
static DaemonManager * instance(const QStringList *args);
- Q_INVOKABLE bool start(const QString &flags, bool testnet, const QString &dataDir = "");
+ Q_INVOKABLE bool start(const QString &flags, bool testnet, const QString &dataDir = "", const QString &bootstrapNodeAddress = "");
Q_INVOKABLE bool stop(bool testnet);
// return true if daemon process is started