force restart trade wallet on connection refused during poll

This commit is contained in:
woodser 2024-01-25 11:57:26 -05:00
parent 2a2eb0c82f
commit eb323f6d65
2 changed files with 30 additions and 11 deletions

View file

@ -754,7 +754,7 @@ public class XmrWalletService {
}
}
// shut down trade and main wallets at same time
// shut down main wallet
walletListeners.clear();
closeMainWallet(true);
log.info("Done shutting down main wallet");