diff --git a/main.qml b/main.qml index 53247364..92d46ea8 100644 --- a/main.qml +++ b/main.qml @@ -750,7 +750,6 @@ ApplicationWindow { function onWalletMoneyReceived(txId, amount) { // refresh transaction history here - currentWallet.refresh() console.log("Confirmed money found") // history refresh is handled by walletUpdated currentWallet.history.refresh(currentWallet.currentSubaddressAccount) // this will refresh model @@ -772,7 +771,6 @@ ApplicationWindow { function onWalletMoneySent(txId, amount) { // refresh transaction history here console.log("monero sent found") - currentWallet.refresh() currentWallet.history.refresh(currentWallet.currentSubaddressAccount); // this will refresh model if(middlePanel.state == "History")