mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge d7a6bba949 into merged_master (Bitcoin PR bitcoin/bitcoin#22103)
This commit is contained in:
commit
ec674d3ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ def test_ipv6_local():
|
|||
have_ipv6 = True
|
||||
try:
|
||||
s = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM)
|
||||
s.connect(('::1', 0))
|
||||
s.connect(('::1', 1))
|
||||
except socket.error:
|
||||
have_ipv6 = False
|
||||
return have_ipv6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue