electrumx/server/version.py
2017-03-04 11:08:03 +09:00

6 lines
108 B
Python

# Server name and protocol versions
VERSION = 'ElectrumX 0.99.4'
PROTOCOL_MIN = '1.0'
PROTOCOL_MAX = '1.0'