mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +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):
|
def update(self):
|
||||||
self.up_to_date = False
|
self.up_to_date = False
|
||||||
self.interface.poke('synchronizer')
|
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):
|
def import_key(self, keypair, password):
|
||||||
address, key = keypair.split(':')
|
address, key = keypair.split(':')
|
||||||
|
|
Loading…
Add table
Reference in a new issue