mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
fix npe force closing wallet on startup
This commit is contained in:
parent
d8161cd6e2
commit
bdcf8a2182
@ -1758,10 +1758,12 @@ public class XmrWalletService {
|
||||
|
||||
private void forceCloseMainWallet() {
|
||||
stopPolling();
|
||||
if (wallet != null) {
|
||||
isClosingWallet = true;
|
||||
forceCloseWallet(wallet, getWalletPath(MONERO_WALLET_NAME));
|
||||
wallet = null;
|
||||
}
|
||||
}
|
||||
|
||||
private void forceRestartMainWallet() {
|
||||
log.warn("Force restarting main wallet");
|
||||
|
Loading…
Reference in New Issue
Block a user