From 1084abeb53e1c28b0cd6b0fd41e9d710cc93b9ab Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 15 Jun 2012 08:28:56 +0200 Subject: [PATCH] update gui on new block --- lib/interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/interface.py b/lib/interface.py index 0e35f625..3a7bd3db 100644 --- a/lib/interface.py +++ b/lib/interface.py @@ -363,6 +363,7 @@ class WalletSynchronizer(threading.Thread): elif method == 'blockchain.numblocks.subscribe': self.wallet.blocks = result + self.wallet.was_updated = True elif method == 'server.version': pass