don't setDaemon when null (#601)
This commit is contained in:
parent
7f1796b12e
commit
895cf16d33
|
@ -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…
Reference in New Issue