From b40bb35652ac86b89763e77254ee7a28eb6ce469 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 3 Feb 2020 13:41:05 -0500 Subject: [PATCH] change MINIMUM_REQUIRED on client for servers it connects to --- lbry/wallet/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/wallet/network.py b/lbry/wallet/network.py index 176c1cbba..50cc7c8f9 100644 --- a/lbry/wallet/network.py +++ b/lbry/wallet/network.py @@ -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