electrumx/server/version.py
2017-09-07 13:13:47 +09:00

6 lines
108 B
Python

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