Skip to content

Commit fec2ee1

Browse files
author
Neil Booth
committed
Set PROTOCOL_MIN to 1.0
Earlier protocol versions are used by 2.9.x clients of Electrum and Electron Cash. They all have the local daemon vulnerability, so it seems a good time to phase out support for those clients.
1 parent 8bf30fb commit fec2ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Controller(ServerBase):
4646
'''
4747

4848
CATCHING_UP, LISTENING, PAUSED, SHUTTING_DOWN = range(4)
49-
PROTOCOL_MIN = '0.9'
49+
PROTOCOL_MIN = '1.0'
5050
PROTOCOL_MAX = '1.2'
5151
VERSION = 'ElectrumX 1.4'
5252

0 commit comments

Comments
 (0)