bump min required server version
This commit is contained in:
parent
bc4075e2ed
commit
6486f986e8
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class ClientSession(BaseClientSession):
|
||||||
class Network:
|
class Network:
|
||||||
|
|
||||||
PROTOCOL_VERSION = __version__
|
PROTOCOL_VERSION = __version__
|
||||||
MINIMUM_REQUIRED = (0, 59, 0)
|
MINIMUM_REQUIRED = (0, 65, 0)
|
||||||
|
|
||||||
def __init__(self, ledger):
|
def __init__(self, ledger):
|
||||||
self.ledger = ledger
|
self.ledger = ledger
|
||||||
|
|
Loading…
Reference in a new issue