diff --git a/lib/wallet.py b/lib/wallet.py index 52ca49b2..7e7fd70b 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -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)