We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8f82f commit 8b00d24Copy full SHA for 8b00d24
src/electrumx/server/session.py
@@ -1067,7 +1067,7 @@ class ElectrumX(SessionBase):
1067
1068
PROTOCOL_MIN = (1, 4)
1069
# consider bumping Coin.MIN_REQUIRED_DAEMON_VERSION too when releasing a new protocol version
1070
- PROTOCOL_MAX = (1, 4, 3)
+ PROTOCOL_MAX = (1, 6, 0)
1071
1072
def __init__(self, *args, **kwargs):
1073
super().__init__(*args, **kwargs)
0 commit comments