aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet2.qml
diff options
context:
space:
mode:
authordsc <xmrdsc@protonmail.com>2019-02-25 16:07:03 +0100
committerdsc <xmrdsc@protonmail.com>2019-02-25 16:07:03 +0100
commit632423da07a16b3131fd5427aa19d2608538c683 (patch)
treeb13442a0e04da3dde12cf313f01efc09746a7fa0 /wizard/WizardCreateWallet2.qml
parentf3a47dbff81812ec41a034d2c7959285d60d69da (diff)
downloadmonzero-gui-632423da07a16b3131fd5427aa19d2608538c683.tar.gz
monzero-gui-632423da07a16b3131fd5427aa19d2608538c683.tar.xz
monzero-gui-632423da07a16b3131fd5427aa19d2608538c683.zip
Dont show message on simple mode disconnect/reconnect
Diffstat (limited to 'wizard/WizardCreateWallet2.qml')
-rw-r--r--wizard/WizardCreateWallet2.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardCreateWallet2.qml b/wizard/WizardCreateWallet2.qml
index 3e304f90..92e8f5b1 100644
--- a/wizard/WizardCreateWallet2.qml
+++ b/wizard/WizardCreateWallet2.qml
@@ -73,7 +73,7 @@ Rectangle {
wizardController.fetchRemoteNodes(function(){
wizardStateView.state = "wizardCreateWallet4";
}, function(){
- appWindow.showStatusMessage(qsTr("Failed to fetch remote nodes from third-party server."), 5);
+ console.log("Failed to fetch remote nodes from third-party server.");
wizardStateView.state = "wizardCreateWallet4";
});
} else {