update history page after restore

This commit is contained in:
Jaquee 2017-03-03 23:57:55 +01:00
parent 2e3350c060
commit 694352c1df
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

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