electrumx/server/version.py
2018-03-09 08:05:13 +08:00

6 lines
106 B
Python

# Server name and protocol versions
VERSION = 'ElectrumX 1.3+'
PROTOCOL_MIN = '0.9'
PROTOCOL_MAX = '1.2'