bisq/core
Alva Swanson 4779c82d0b
Fix BurningManAccountingStore data races
Multiple threads read and write to the accounting blocks list causing
data races. Luckily, the LinkedList threw a ConcurrentModificationException
to limit damage. Now, a ReadWriteLock protects the LinkedList against
data races. Multiple threads can read the list at the same time but only
one thread can write to it. Other writing threads wait until it's their
turn.

Fixes #6545
2023-02-03 23:41:51 +01:00
..
.tx Update translations for v1.9.0 2022-04-28 13:12:59 +02:00
src Fix BurningManAccountingStore data races 2023-02-03 23:41:51 +01:00
update_translations.sh Add Polish translation 2021-12-01 15:13:57 +01:00