From d9c740f0140b09358d59de9daf1d9cbf317ffcc5 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 21 Jan 2020 11:28:56 -0500 Subject: [PATCH] update tests to use 0.54.0 minimum version --- tests/integration/blockchain/test_network.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/blockchain/test_network.py b/tests/integration/blockchain/test_network.py index a03a6beb4..2dea647ef 100644 --- a/tests/integration/blockchain/test_network.py +++ b/tests/integration/blockchain/test_network.py @@ -25,7 +25,7 @@ class NetworkTests(IntegrationTestCase): 'hash_function': 'sha256', 'hosts': {}, 'protocol_max': '0.99.0', - 'protocol_min': '0.52.0', + 'protocol_min': '0.54.0', 'pruning': None, 'description': '', 'payment_address': '', @@ -44,7 +44,7 @@ class NetworkTests(IntegrationTestCase): 'hash_function': 'sha256', 'hosts': {}, 'protocol_max': '0.99.0', - 'protocol_min': '0.52.0', + 'protocol_min': '0.54.0', 'pruning': None, 'description': 'Fastest server in the west.', 'payment_address': address,