diff options
| author | stoffu <stoffu@protonmail.ch> | 2018-01-22 18:43:39 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2018-01-30 07:45:11 +0900 |
| commit | fd1f4bf628129e2dfce3de6dbdfc135ad4cadffa (patch) | |
| tree | a428fb10a5ede0965969cc187552708f304c097d /main.qml | |
| parent | af882e87f5cfbd0454b31cf2846615dfb6267cbf (diff) | |
| download | monzero-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.qml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
