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