mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
update gui on new block
This commit is contained in:
parent
a3d53c8ab0
commit
1084abeb53
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue