tminor - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit fb9318892a501978207796b6e35785e4d45994b5
DIR parent f4d011094d11f39f2d746aa4544da43252303264
HTML Author: ThomasV <thomasv@gitorious>
Date: Wed, 16 Nov 2011 18:41:33 +0300
minor
Diffstat:
M client/electrum.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/client/electrum.py b/client/electrum.py
t@@ -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':