mirror of
https://github.com/m2049r/xmrwallet
synced 2025-02-17 13:01:25 +01:00
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
Block a user