From 694352c1dffea8f16de51f8aeb1a5024f5dc8934 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Fri, 3 Mar 2017 23:57:55 +0100 Subject: [PATCH] update history page after restore --- main.qml | 3 +++ 1 file changed, 3 insertions(+) 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