mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-10 18:29:07 -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…
x
Reference in New Issue
Block a user