mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 14:50:28 -04:00
undo change to trade saving wallet
This commit is contained in:
parent
be0b745498
commit
259d28fbdc
1 changed files with 1 additions and 2 deletions
|
@ -2770,10 +2770,9 @@ public abstract class Trade extends XmrWalletBase implements Tradable, Model {
|
||||||
pollInProgress = false;
|
pollInProgress = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
saveWalletWithDelay();
|
saveWalletWithDelay();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private static boolean isPublished(MoneroTx tx) {
|
private static boolean isPublished(MoneroTx tx) {
|
||||||
if (tx == null) return false;
|
if (tx == null) return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue