Merge pull request #4234

a3e0519 main: fix qml warning (selsta)
This commit is contained in:
luigi1111 2023-11-06 09:48:06 -05:00
commit fdd406ac95
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 3 additions and 0 deletions

View File

@ -586,6 +586,9 @@ ApplicationWindow {
}
function onWalletUpdate() {
if (!currentWallet)
return;
console.log(">>> wallet updated")
updateBalance();
// Update history if new block found since last update