mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-30 16:36:36 -05:00
skip switching connection when outdated and main wallet disconnected
This commit is contained in:
parent
4497632e77
commit
d09fe78c62
1 changed files with 2 additions and 2 deletions
|
|
@ -1871,8 +1871,8 @@ public class XmrWalletService extends XmrWalletBase {
|
|||
|
||||
// switch if wallet disconnected
|
||||
if (Boolean.TRUE.equals(connection.isConnected() && !wallet.isConnectedToDaemon())) {
|
||||
log.warn("Switching to next best connection because main wallet is disconnected");
|
||||
if (requestSwitchToNextBestConnection()) return; // calls back to this method
|
||||
log.warn("Main wallet is disconnected from monerod, requesting switch to next best connection");
|
||||
if (requestSwitchToNextBestConnection(connection)) return; // calls back to this method
|
||||
}
|
||||
|
||||
// update poll period
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue