update gui on new block
This commit is contained in:
@@ -363,6 +363,7 @@ class WalletSynchronizer(threading.Thread):
|
|||||||
|
|
||||||
elif method == 'blockchain.numblocks.subscribe':
|
elif method == 'blockchain.numblocks.subscribe':
|
||||||
self.wallet.blocks = result
|
self.wallet.blocks = result
|
||||||
|
self.wallet.was_updated = True
|
||||||
|
|
||||||
elif method == 'server.version':
|
elif method == 'server.version':
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user