electrum

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

commit ce16fe224da3f359771dd0c2377414c28cc105cf
parent 8a61d288c5f57ad8a57582e78684fbf0c29e113d
Author: thomasv <thomasv@gitorious>
Date:   Thu, 12 Jan 2012 14:53:27 +0100

rm deprecated message

Diffstat:
Mclient/electrum.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/client/electrum.py b/client/electrum.py @@ -799,7 +799,6 @@ if __name__ == '__main__': sys.exit(1) else: password = None - print "in order to use wallet encryption, please install pycrypto (sudo easy_install pycrypto)" host = raw_input("server (default:%s):"%wallet.interface.host) port = raw_input("port (default:%d):"%wallet.interface.port)