mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-14 17:35:27 -04:00
force restart trade wallet on confirm payment if missing txs to fix #960
This commit is contained in:
parent
2f0ea48a31
commit
6dfa1841f8
5 changed files with 54 additions and 53 deletions
|
@ -1735,9 +1735,9 @@ public class XmrWalletService {
|
|||
|
||||
private void forceCloseMainWallet() {
|
||||
isClosingWallet = true;
|
||||
forceCloseWallet(wallet, getWalletPath(MONERO_WALLET_NAME));
|
||||
stopPolling();
|
||||
stopSyncWithProgress();
|
||||
forceCloseWallet(wallet, getWalletPath(MONERO_WALLET_NAME));
|
||||
wallet = null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue