mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
fix bug which caused monerod param to be ignored
This commit is contained in:
parent
13d567b724
commit
59e5f8e79a
@ -379,7 +379,7 @@ public final class CoreMoneroConnectionsService {
|
||||
}
|
||||
|
||||
// if using legacy desktop app, connect to best available connection
|
||||
if (!coreContext.isApiUser()) {
|
||||
if (!coreContext.isApiUser() && "".equals(config.xmrNode)) {
|
||||
connectionManager.setAutoSwitch(true);
|
||||
connectionManager.setConnection(connectionManager.getBestAvailableConnection());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user