forked from LBRYCommunity/lbry-sdk
fix test
This commit is contained in:
parent
4db823a3be
commit
e9992ed6b4
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue