fix test
This commit is contained in:
parent
0a9d95a4b5
commit
cbf3486354
1 changed files with 2 additions and 2 deletions
|
@ -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.',
|
||||
|
|
Loading…
Add table
Reference in a new issue