aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet2.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-02-25 14:33:04 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-02-25 14:33:04 -0600
commita237d16f7d4a9db778bdb9238bb26242c33c33e6 (patch)
tree4bcaff86f13b19a6a1fb901d646b8af2b1999678 /wizard/WizardCreateWallet2.qml
parenta89ffd02d055835a65ea3eb12888ad81ebfc6a02 (diff)
parent632423da07a16b3131fd5427aa19d2608538c683 (diff)
downloadmonzero-gui-a237d16f7d4a9db778bdb9238bb26242c33c33e6.tar.gz
monzero-gui-a237d16f7d4a9db778bdb9238bb26242c33c33e6.tar.xz
monzero-gui-a237d16f7d4a9db778bdb9238bb26242c33c33e6.zip
Merge pull request #1961
632423d Dont show message on simple mode disconnect/reconnect (xmrdsc)
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 {