update tests to use 0.54.0 minimum version

This commit is contained in:
Lex Berezhny 2020-01-21 11:28:56 -05:00
parent ec63a18960
commit d9c740f014

View file

@ -25,7 +25,7 @@ class NetworkTests(IntegrationTestCase):
'hash_function': 'sha256', 'hash_function': 'sha256',
'hosts': {}, 'hosts': {},
'protocol_max': '0.99.0', 'protocol_max': '0.99.0',
'protocol_min': '0.52.0', 'protocol_min': '0.54.0',
'pruning': None, 'pruning': None,
'description': '', 'description': '',
'payment_address': '', 'payment_address': '',
@ -44,7 +44,7 @@ class NetworkTests(IntegrationTestCase):
'hash_function': 'sha256', 'hash_function': 'sha256',
'hosts': {}, 'hosts': {},
'protocol_max': '0.99.0', 'protocol_max': '0.99.0',
'protocol_min': '0.52.0', 'protocol_min': '0.54.0',
'pruning': None, 'pruning': None,
'description': 'Fastest server in the west.', 'description': 'Fastest server in the west.',
'payment_address': address, 'payment_address': address,