help
authorThomasV <thomasv@gitorious>
Wed, 16 Nov 2011 15:14:10 +0000 (18:14 +0300)
committerThomasV <thomasv@gitorious>
Wed, 16 Nov 2011 15:14:10 +0000 (18:14 +0300)
client/electrum.py

index a117ce4..575e4a6 100755 (executable)
@@ -664,7 +664,7 @@ if __name__ == '__main__':
         wallet.save()
         sys.exit(0)
 
-    if not wallet.read():
+    if not wallet.read() and cmd != 'help':
         print "wallet not found"
         if has_encryption:
             password = getpass.getpass("Password (hit return if you do not wish to encrypt your wallet):")