aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardHome.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-04-28 00:11:14 +0200
committerselsta <selsta@sent.at>2019-04-28 00:11:14 +0200
commit91da476cb3a590b30fcd7c99a1393e527ba55bbd (patch)
tree1bf1fcc49baa786b5254cc26e94d8bdde4994def /wizard/WizardHome.qml
parent7d9a698732402a9794b8fad88d248c81bc996e7e (diff)
downloadmonzero-gui-91da476cb3a590b30fcd7c99a1393e527ba55bbd.tar.gz
monzero-gui-91da476cb3a590b30fcd7c99a1393e527ba55bbd.tar.xz
monzero-gui-91da476cb3a590b30fcd7c99a1393e527ba55bbd.zip
wizard: reset remote node when switching network type
Diffstat (limited to 'wizard/WizardHome.qml')
-rw-r--r--wizard/WizardHome.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardHome.qml b/wizard/WizardHome.qml
index 5beeb5de..fd8c505a 100644
--- a/wizard/WizardHome.qml
+++ b/wizard/WizardHome.qml
@@ -195,6 +195,7 @@ Rectangle {
} else if(item === "testnet"){
persistentSettings.nettype = NetworkType.TESTNET
}
+ appWindow.disconnectRemoteNode()
}
}