don't setDaemon when null (#601)

merge-requests/3/head
wow nero 5 years ago committed by GitHub
parent 7f1796b12e
commit 895cf16d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -287,7 +287,8 @@ public class WalletManager {
this.daemonAddress = null;
this.daemonUsername = "";
this.daemonPassword = "";
setDaemonAddressJ("");
//setDaemonAddressJ(""); // don't disconnect as monero code blocks for many seconds!
//TODO: need to do something about that later
}
}

Loading…
Cancel
Save