diff --git a/lbry/wallet/server/session.py b/lbry/wallet/server/session.py index 3ac62bdea..c3ffc46aa 100644 --- a/lbry/wallet/server/session.py +++ b/lbry/wallet/server/session.py @@ -776,7 +776,7 @@ class LBRYElectrumX(SessionBase): """A TCP server that handles incoming Electrum connections.""" PROTOCOL_MIN = lbry.version - PROTOCOL_MAX = (1, 0) + PROTOCOL_MAX = (2, 0) max_errors = math.inf # don't disconnect people for errors! let them happen... session_mgr: LBRYSessionManager version = lbry.__version__