diff options
| author | xiphon <xiphon@protonmail.com> | 2019-09-02 21:32:36 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-09-09 15:24:26 +0000 |
| commit | 0d247a9b8a2fa6770d1834584eedb109c6ab7e3d (patch) | |
| tree | 353d9c588cc280c869d2cb07feabd3422e540431 /wizard/WizardCreateWallet2.qml | |
| parent | a5b2d5e727c44d03c5f3f96d9726658caa9cdb6d (diff) | |
| download | monzero-gui-0d247a9b8a2fa6770d1834584eedb109c6ab7e3d.tar.gz monzero-gui-0d247a9b8a2fa6770d1834584eedb109c6ab7e3d.tar.xz monzero-gui-0d247a9b8a2fa6770d1834584eedb109c6ab7e3d.zip | |
SimpleMode: automatic public nodes discovering and switching
Diffstat (limited to 'wizard/WizardCreateWallet2.qml')
| -rw-r--r-- | wizard/WizardCreateWallet2.qml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/wizard/WizardCreateWallet2.qml b/wizard/WizardCreateWallet2.qml index 7c698ee9..9df4680a 100644 --- a/wizard/WizardCreateWallet2.qml +++ b/wizard/WizardCreateWallet2.qml @@ -74,12 +74,7 @@ Rectangle { wizardController.walletOptionsPassword = passwordFields.password; if(appWindow.walletMode === 0 || appWindow.walletMode === 1){ - wizardController.fetchRemoteNodes(function(){ - wizardStateView.state = "wizardCreateWallet4"; - }, function(){ - appWindow.showStatusMessage(qsTr("Failed to fetch remote nodes from third-party server."), 5); - wizardStateView.state = "wizardCreateWallet4"; - }); + wizardStateView.state = "wizardCreateWallet4"; } else { wizardStateView.state = "wizardCreateWallet3"; } |
