Browse Source

update gui on new block

283
ThomasV 13 years ago
parent
commit
1084abeb53
  1. 1
      lib/interface.py

1
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

Loading…
Cancel
Save