From fd1f4bf628129e2dfce3de6dbdfc135ad4cadffa Mon Sep 17 00:00:00 2001 From: stoffu Date: Mon, 22 Jan 2018 18:43:39 +0900 Subject: Bootstrap daemon (requires #3165) --- main.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.qml') 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 -- cgit v1.2.3