forked from Public/monero-gui
Dont show message on simple mode disconnect/reconnect
This commit is contained in:
@@ -72,7 +72,7 @@ Rectangle {
|
||||
wizardController.fetchRemoteNodes(function(){
|
||||
wizardStateView.state = "wizardRestoreWallet4";
|
||||
}, 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 = "wizardRestoreWallet4";
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user