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

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