lbry-sdk/lbry/wallet/server/version.py
2021-06-22 12:50:11 -04:00

4 lines
90 B
Python

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