bisq/core/src/main
chimp1984 29f1cb29e3
Fix potential ConcurrentModificationException
We need to delay that call as we might get executed at startup after
mailbox messages are applied where we iterate over out pending trades.
The closeDisputedTrade method would remove that trade from the list
causing a ConcurrentModificationException.
To avoid that we delay for one render frame.
2019-09-23 09:43:02 +02:00
..
java/bisq/core Fix potential ConcurrentModificationException 2019-09-23 09:43:02 +02:00
resources Fix various bugs related to Japan Bank Transfer payment method (#3258) 2019-09-14 19:57:24 +02:00