update gui on new block

This commit is contained in:
ThomasV 2012-06-15 08:28:56 +02:00
parent a3d53c8ab0
commit 1084abeb53
1 changed files with 1 additions and 0 deletions

View File

@ -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