commit 6db8cd2d986f6edff68a728d195758ba195c1011
parent fe82b1c06435c6164f75476e377976287603d78b
Author: ThomasV <thomasv@gitorious>
Date: Wed, 16 Nov 2011 18:14:10 +0300
help
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/electrum.py b/client/electrum.py
@@ -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):")