mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
do not run synchronize on deseeded wallets
This commit is contained in:
parent
2c9b06ae1c
commit
811f1ee848
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ class Wallet:
|
|||
return new
|
||||
|
||||
def synchronize(self):
|
||||
if self.seed is None: return
|
||||
new = []
|
||||
for account in self.accounts.keys():
|
||||
new += self.synchronize_account(account)
|
||||
|
|
Loading…
Add table
Reference in a new issue