mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 08:21:27 +00:00
minor
This commit is contained in:
parent
8bf46954a0
commit
082d676799
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Wallet:
|
|||
def update(self):
|
||||
self.up_to_date = False
|
||||
self.interface.poke('synchronizer')
|
||||
while not self.up_to_date: time.sleep(0.1)
|
||||
while not self.is_up_to_date(): time.sleep(0.1)
|
||||
|
||||
def import_key(self, keypair, password):
|
||||
address, key = keypair.split(':')
|
||||
|
|
Loading…
Add table
Reference in a new issue