From 6486f986e825f9a7ab1ca6110023c5e9e5651b3b Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 26 Mar 2020 01:41:30 -0400 Subject: [PATCH] bump min required server version --- 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 22c973f0b..b117a0164 100644 --- a/lbry/wallet/network.py +++ b/lbry/wallet/network.py @@ -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