Merge 6b8e4977b8 into merged_master (Bitcoin PR bitcoin/bitcoin#24342)

This commit is contained in:
Byron Hambly 2023-06-30 17:03:39 +00:00
commit 71acfa3da7

View file

@ -144,7 +144,6 @@ def test_ipv6_local():
'''
Check for (local) IPv6 support.
'''
import socket
# By using SOCK_DGRAM this will not actually make a connection, but it will
# fail if there is no route to IPv6 localhost.
have_ipv6 = True