revert own commit
authorecdsa <ecdsa@github>
Tue, 5 Mar 2013 22:10:18 +0000 (23:10 +0100)
committerecdsa <ecdsa@github>
Tue, 5 Mar 2013 22:10:18 +0000 (23:10 +0100)
lib/wallet.py

index 7e7fd70..52ca49b 100644 (file)
@@ -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)