diff --git a/test/functional/test_framework/p2p.py b/test/functional/test_framework/p2p.py index 5bbb5f8986..3c8896c50e 100755 --- a/test/functional/test_framework/p2p.py +++ b/test/functional/test_framework/p2p.py @@ -92,8 +92,8 @@ logger = logging.getLogger("TestFramework.p2p") # The minimum P2P version that this test framework supports MIN_P2P_VERSION_SUPPORTED = 60001 # The P2P version that this test framework implements and sends in its `version` message -# Version 70234 increased max header count for HEADERS2 message from 2000 to 8000 -P2P_VERSION = 70234 +# Version 70235 increased max header count for HEADERS2 message from 2000 to 8000 +P2P_VERSION = 70235 # The services that this test framework offers in its `version` message P2P_SERVICES = NODE_NETWORK | NODE_HEADERS_COMPRESSED # The P2P user agent string that this test framework sends in its `version` message