aboutsummaryrefslogtreecommitdiff
path: root/main.qml
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 /main.qml
parentaf882e87f5cfbd0454b31cf2846615dfb6267cbf (diff)
downloadmonzero-gui-fd1f4bf628129e2dfce3de6dbdfc135ad4cadffa.tar.gz
monzero-gui-fd1f4bf628129e2dfce3de6dbdfc135ad4cadffa.tar.xz
monzero-gui-fd1f4bf628129e2dfce3de6dbdfc135ad4cadffa.zip
Bootstrap daemon (requires #3165)
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 9ce7d58e..150a3a16 100644
--- a/main.qml
+++ b/main.qml
@@ -478,7 +478,7 @@ ApplicationWindow {
currentWallet.pauseRefresh();
appWindow.showProcessingSplash(qsTr("Waiting for daemon to start..."))
- daemonManager.start(flags, persistentSettings.testnet, persistentSettings.blockchainDataDir);
+ daemonManager.start(flags, persistentSettings.testnet, persistentSettings.blockchainDataDir, persistentSettings.bootstrapNodeAddress);
persistentSettings.daemonFlags = flags
}
@@ -1006,6 +1006,7 @@ ApplicationWindow {
property string blockchainDataDir: ""
property bool useRemoteNode: false
property string remoteNodeAddress: ""
+ property string bootstrapNodeAddress: ""
}
// Information dialog