From b224f3f6cac565663c3d7ce47e0bea5deeeef7dd Mon Sep 17 00:00:00 2001 From: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:56:59 -0500 Subject: [PATCH] bump p2p_version in tests Co-authored-by: UdjinM6 --- test/functional/test_framework/p2p.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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