bump min required server version

This commit is contained in:
Jack Robison 2020-03-26 01:41:30 -04:00
parent bc4075e2ed
commit 6486f986e8
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -156,7 +156,7 @@ class ClientSession(BaseClientSession):
class Network:
PROTOCOL_VERSION = __version__
MINIMUM_REQUIRED = (0, 59, 0)
MINIMUM_REQUIRED = (0, 65, 0)
def __init__(self, ledger):
self.ledger = ledger