1
0

read message from file

This commit is contained in:
root
2011-11-11 13:31:46 +03:00
parent bcf70ba2e1
commit 2a63b894a2

View File

@@ -21,16 +21,9 @@ Todo:
* improve txpoint sorting * improve txpoint sorting
""" """
SERVER_MESSAGE = """ f = open('/etc/electrum.conf','r')
Welcome to ecdsa.org. SERVER_MESSAGE = f.read()
f.close()
This service is free. Support this node:
19mP9FKrXqL46Si58pHdhGKow88SUPy1V8
The server code is free software; you may
download it and operate your own Electrum
node. See http://ecdsa.org/electrum
"""