electrumx/server/version.py
2017-09-28 09:05:51 +08:00

6 lines
107 B
Python

# Server name and protocol versions
VERSION = 'ElectrumX 1.1.1'
PROTOCOL_MIN = '0.9'
PROTOCOL_MAX = '1.1'