5d3fe93 Check before disconnecting wallet (xmrdsc)
5d3fe93
@ -587,6 +587,9 @@ ApplicationWindow {
}
function disconnectRemoteNode() {
if (typeof currentWallet === "undefined" || currentWallet === null)
return;
console.log("disconnecting remote node");
persistentSettings.useRemoteNode = false;
currentDaemonAddress = localDaemonAddress
The note is not visible to the blocked user.