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