thelp - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6db8cd2d986f6edff68a728d195758ba195c1011 DIR parent fe82b1c06435c6164f75476e377976287603d78b HTML Author: ThomasV <thomasv@gitorious> Date: Wed, 16 Nov 2011 18:14:10 +0300 help Diffstat: M client/electrum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/client/electrum.py b/client/electrum.py t@@ -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):")