Accept protocols down to 0.9 for Electrum 1.x clients

Fixes #248
This commit is contained in:
Neil Booth 2017-09-07 13:13:47 +09:00
parent 2a955a922a
commit 09783aeacc

View File

@ -1,5 +1,5 @@
# Server name and protocol versions
VERSION = 'ElectrumX 1.0.17'
PROTOCOL_MIN = '0.10'
PROTOCOL_MIN = '0.9'
PROTOCOL_MAX = '1.1'