Add new block listener to update locked balance display

This commit is contained in:
jmacxx 2021-11-22 09:46:41 -06:00 committed by Christoph Atteneder
parent f0efe7175c
commit dfc7361b04
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -88,6 +88,7 @@ public class Balances {
updateBalance();
}
});
btcWalletService.addNewBestBlockListener(storedBlock -> updateBalance());
updateBalance();
}