change MINIMUM_REQUIRED on client for servers it connects to

This commit is contained in:
Lex Berezhny 2020-02-03 13:41:05 -05:00
parent dfe257af86
commit b40bb35652

View file

@ -148,7 +148,7 @@ class ClientSession(BaseClientSession):
class Network:
PROTOCOL_VERSION = __version__
MINIMUM_REQUIRED = (0, 54, 0)
MINIMUM_REQUIRED = (0, 57, 0)
def __init__(self, ledger):
self.ledger = ledger