trm deprecated message - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit ce16fe224da3f359771dd0c2377414c28cc105cf
DIR parent 8a61d288c5f57ad8a57582e78684fbf0c29e113d
HTML Author: thomasv <thomasv@gitorious>
Date: Thu, 12 Jan 2012 14:53:27 +0100
rm deprecated message
Diffstat:
M client/electrum.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/client/electrum.py b/client/electrum.py
t@@ -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)