This commit is contained in:
Jack Robison 2020-01-03 17:31:32 -05:00
parent 0a9d95a4b5
commit cbf3486354
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

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