lbry-sdk/lbry/wallet/server/version.py
2020-01-23 13:13:20 -05:00

4 lines
89 B
Python

# need this to avoid circular import
PROTOCOL_MIN = (0, 54, 0)
PROTOCOL_MAX = (0, 99, 0)