Skip to content

Commit

Permalink
Bump P2P_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 24, 2024
1 parent 294e0f2 commit 55734cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/p2p.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55734cd

Please sign in to comment.