electrumx/server/version.py
2017-10-12 14:11:11 +09:00

6 lines
105 B
Python

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