mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
support pre-merge clients connecting to wallet server
This commit is contained in:
parent
79557bb878
commit
0a9d95a4b5
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ class LBRYElectrumX(SessionBase):
|
||||||
"""A TCP server that handles incoming Electrum connections."""
|
"""A TCP server that handles incoming Electrum connections."""
|
||||||
|
|
||||||
PROTOCOL_MIN = lbry.version
|
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...
|
max_errors = math.inf # don't disconnect people for errors! let them happen...
|
||||||
session_mgr: LBRYSessionManager
|
session_mgr: LBRYSessionManager
|
||||||
version = lbry.__version__
|
version = lbry.__version__
|
||||||
|
|
Loading…
Add table
Reference in a new issue