URI: 
       trevert own commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e06e511e3948691f7aa85a3c34187ac277d1d34a
   DIR parent 740159c1f6ee916bc5b4bc0624595e0c478c8ba6
  HTML Author: ecdsa <ecdsa@github>
       Date:   Tue,  5 Mar 2013 23:10:18 +0100
       
       revert own commit
       
       Diffstat:
         M lib/wallet.py                       |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -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)