Skip to content

Commit

Permalink
Merge pull request #4234
Browse files Browse the repository at this point in the history
a3e0519 main: fix qml warning (selsta)
  • Loading branch information
luigi1111 committed Nov 6, 2023
2 parents 4a7e26b + a3e0519 commit fdd406a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,9 @@ ApplicationWindow {
}

function onWalletUpdate() {
if (!currentWallet)
return;

console.log(">>> wallet updated")
updateBalance();
// Update history if new block found since last update
Expand Down

0 comments on commit fdd406a

Please sign in to comment.