change MINIMUM_REQUIRED on client for servers it connects to
This commit is contained in:
parent
dfe257af86
commit
b40bb35652
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue