Revert "Fix for wallet restore when offline"
authorbkkcoins <chrissavery@gmail.com>
Thu, 20 Sep 2012 10:01:47 +0000 (17:01 +0700)
committerbkkcoins <chrissavery@gmail.com>
Thu, 20 Sep 2012 10:01:47 +0000 (17:01 +0700)
This reverts commit af750d9363bd58eaccb60fcdf5635ab402c77001.

electrum

index ce5159a..fde255b 100755 (executable)
--- a/electrum
+++ b/electrum
@@ -251,8 +251,6 @@ if __name__ == '__main__':
                     print "Recovery successful"
                 else:
                     print_error("Warning: Found no history for this wallet")
-            else:
-                wallet.synchronize()
             wallet.fill_addressbook()
             wallet.save()
             print_error("Wallet saved in '" + wallet.path)
@@ -415,7 +413,6 @@ if __name__ == '__main__':
         wallet.save()
 
     elif cmd in [ 'addresses']:
-
         for addr in wallet.all_addresses():
             if options.show_all or not wallet.is_change(addr):