1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-21 11:57:28 +01:00

Merge pull request #537

694352c update history page after restore (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-03-07 11:02:25 +00:00
commit 05c15930c3
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -374,6 +374,9 @@ ApplicationWindow {
console.log("Saving wallet after first refresh");
currentWallet.store()
isNewWallet = false
// Update History
currentWallet.history.refresh();
}
// recovering from seed is finished after first refresh