mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-09 07:02:24 -04:00
fix 'trade not found' bug caused by open offer being spent
do not remove open offer with spent funds if reserved for trade fix concurrent modification exception
This commit is contained in:
parent
266d129462
commit
cd7f176e2b
7 changed files with 72 additions and 60 deletions
|
@ -20,7 +20,6 @@ package bisq.desktop.main.portfolio.closedtrades;
|
|||
import bisq.desktop.common.model.ActivatableWithDataModel;
|
||||
import bisq.desktop.common.model.ViewModel;
|
||||
|
||||
import bisq.core.monetary.Volume;
|
||||
import bisq.core.trade.ClosedTradableFormatter;
|
||||
|
||||
import org.bitcoinj.core.Coin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue