diff --git a/test/functional/test_framework/p2p.py b/test/functional/test_framework/p2p.py index e49eb0bb90..439cb2a50b 100755 --- a/test/functional/test_framework/p2p.py +++ b/test/functional/test_framework/p2p.py @@ -93,7 +93,7 @@ MIN_P2P_VERSION_SUPPORTED = 60001 # The P2P version that this test framework implements and sends in its `version` message # Version 70020 supports wtxid relay -P2P_VERSION = 70021 +P2P_VERSION = 70022 # The services that this test framework offers in its `version` message P2P_SERVICES = NODE_NETWORK | NODE_WITNESS # The P2P user agent string that this test framework sends in its `version` message