mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
update balances on same thread
This commit is contained in:
parent
5531d4eea1
commit
a3f2cd875c
@ -118,10 +118,6 @@ public class Balances {
|
||||
}
|
||||
|
||||
private void updateBalances() {
|
||||
ThreadUtils.submitToPool(() -> doUpdateBalances());
|
||||
}
|
||||
|
||||
private void doUpdateBalances() {
|
||||
synchronized (this) {
|
||||
|
||||
// get wallet balances
|
||||
|
Loading…
Reference in New Issue
Block a user