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