mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
commit
fdd406ac95
1 changed files with 3 additions and 0 deletions
3
main.qml
3
main.qml
|
@ -586,6 +586,9 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
function onWalletUpdate() {
|
||||
if (!currentWallet)
|
||||
return;
|
||||
|
||||
console.log(">>> wallet updated")
|
||||
updateBalance();
|
||||
// Update history if new block found since last update
|
||||
|
|
Loading…
Reference in a new issue