This commit is contained in:
Lex Berezhny 2020-01-06 11:33:07 -05:00
parent 4db823a3be
commit e9992ed6b4

View file

@ -24,8 +24,8 @@ class NetworkTests(IntegrationTestCase):
'genesis_hash': self.conductor.spv_node.coin_class.GENESIS_HASH,
'hash_function': 'sha256',
'hosts': {},
'protocol_max': '1.0',
'protocol_min': lbry.__version__,
'protocol_max': '0.99.0',
'protocol_min': '0.52.0',
'pruning': None,
'description': '',
'payment_address': '',
@ -43,8 +43,8 @@ class NetworkTests(IntegrationTestCase):
'genesis_hash': self.conductor.spv_node.coin_class.GENESIS_HASH,
'hash_function': 'sha256',
'hosts': {},
'protocol_max': '1.0',
'protocol_min': lbry.__version__,
'protocol_max': '0.99.0',
'protocol_min': '0.52.0',
'pruning': None,
'description': 'Fastest server in the west.',
'payment_address': address,