diff --git a/tests/integration/blockchain/test_network.py b/tests/integration/blockchain/test_network.py index 31f08b3eb..d26ba8190 100644 --- a/tests/integration/blockchain/test_network.py +++ b/tests/integration/blockchain/test_network.py @@ -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.',