diff --git a/main.qml b/main.qml index aa7235e5..34439810 100644 --- a/main.qml +++ b/main.qml @@ -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