Merge pull request #3145

39d9d7d Wallet: rework wallet refreshing (xiphon)
This commit is contained in:
luigi1111
2020-10-13 12:38:40 -05:00
5 changed files with 100 additions and 45 deletions

View File

@@ -1896,7 +1896,7 @@ ApplicationWindow {
repeat: true
running: persistentSettings.autosave
onTriggered: {
if (currentWallet) {
if (currentWallet && !currentWallet.refreshing) {
currentWallet.storeAsync(function(success) {
if (success) {
appWindow.showStatusMessage(qsTr("Autosaved the wallet"), 3);