mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 19:49:32 +00:00
update balances on same thread
This commit is contained in:
parent
5531d4eea1
commit
a3f2cd875c
1 changed files with 0 additions and 4 deletions
|
@ -118,10 +118,6 @@ public class Balances {
|
|||
}
|
||||
|
||||
private void updateBalances() {
|
||||
ThreadUtils.submitToPool(() -> doUpdateBalances());
|
||||
}
|
||||
|
||||
private void doUpdateBalances() {
|
||||
synchronized (this) {
|
||||
|
||||
// get wallet balances
|
||||
|
|
Loading…
Reference in a new issue