mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Add new block listener to update locked balance display
This commit is contained in:
parent
f0efe7175c
commit
dfc7361b04
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ public class Balances {
|
||||||
updateBalance();
|
updateBalance();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
btcWalletService.addNewBestBlockListener(storedBlock -> updateBalance());
|
||||||
|
|
||||||
updateBalance();
|
updateBalance();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue