Merge pull request #4234

a3e0519 main: fix qml warning (selsta)
This commit is contained in:
luigi1111
2023-11-06 09:48:06 -05:00

View File

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