electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit fb9318892a501978207796b6e35785e4d45994b5
parent f4d011094d11f39f2d746aa4544da43252303264
Author: ThomasV <thomasv@gitorious>
Date:   Wed, 16 Nov 2011 18:41:33 +0300

minor

Diffstat:
Mclient/electrum.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/electrum.py b/client/electrum.py @@ -665,8 +665,8 @@ if __name__ == '__main__': sys.exit(0) if not wallet.read() and cmd != 'help': - print "wallet not found." - print "type 'electrum.py create' to create a wallet, or provide the path to your wallet with the -d option" + print "Wallet file not found." + print "Type 'electrum.py create' to create a new wallet, or provide a path to a wallet with the -d option" sys.exit(0) if cmd == 'create':