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/WizardOpenWallet1.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/WizardOpenWallet1.qml')
| -rw-r--r-- | wizard/WizardOpenWallet1.qml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/wizard/WizardOpenWallet1.qml b/wizard/WizardOpenWallet1.qml index 4d4d1ed7..e0d93a05 100644 --- a/wizard/WizardOpenWallet1.qml +++ b/wizard/WizardOpenWallet1.qml @@ -282,16 +282,7 @@ Rectangle { onClicked: { persistentSettings.nettype = parseInt(networktype) - if(appWindow.walletMode === 0 || appWindow.walletMode === 1){ - wizardController.fetchRemoteNodes(function(){ - wizardController.openWalletFile(item.filePath); - }, function(){ - appWindow.showStatusMessage(qsTr("Failed to fetch remote nodes from third-party server."), 5); - wizardController.openWalletFile(item.filePath); - }); - } else { - wizardController.openWalletFile(item.filePath); - } + wizardController.openWalletFile(item.filePath); } } } |
