Skip to content

Commit 8b00d24

Browse files
committed
bump PROTOCOL_MAX to 1.6
ref spesmilo/electrum-protocol#6
1 parent 7f8f82f commit 8b00d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electrumx/server/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ class ElectrumX(SessionBase):
10671067

10681068
PROTOCOL_MIN = (1, 4)
10691069
# consider bumping Coin.MIN_REQUIRED_DAEMON_VERSION too when releasing a new protocol version
1070-
PROTOCOL_MAX = (1, 4, 3)
1070+
PROTOCOL_MAX = (1, 6, 0)
10711071

10721072
def __init__(self, *args, **kwargs):
10731073
super().__init__(*args, **kwargs)

0 commit comments

Comments
 (0)