From cc1bb64e5adb34d216718dda0659187cbeed752f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 16 Mar 2012 20:16:05 +0100 Subject: [PATCH] force refresh --- client/interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/interface.py b/client/interface.py index 7522640c..fbc283b5 100644 --- a/client/interface.py +++ b/client/interface.py @@ -119,6 +119,7 @@ class NativeInterface(Interface): is_new = True if is_new or wallet.remote_url: + self.was_updated = True is_new = wallet.synchronize() wallet.update_tx_history() wallet.save()