mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-13 17:05:40 -04:00
fixed difficulty 400
This commit is contained in:
parent
a03941817e
commit
11f1d75f27
3 changed files with 3 additions and 4 deletions
|
@ -784,7 +784,6 @@ public abstract class Trade implements Tradable, Model {
|
|||
private void closeWallet() {
|
||||
synchronized (walletLock) {
|
||||
if (wallet == null) throw new RuntimeException("Trade wallet to close was not previously opened for trade " + getId());
|
||||
if (wallet.getPath() == null) log.warn("HOW DID PATH BECOME NULL?");
|
||||
xmrWalletService.closeWallet(wallet, true);
|
||||
wallet = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue