mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-03-04 15:57:44 +08:00
Merge f3e8b6cb63 into e10950dfe4
This commit is contained in:
commit
7b78160cb4
@ -1422,7 +1422,7 @@ func (s *connectivityService) TestConnectivity(
|
||||
continue
|
||||
}
|
||||
// Build UDP multiaddr with actual IP
|
||||
newAddr, err := ma.NewMultiaddr(fmt.Sprintf("/ip4/%s/udp/%s", host, port))
|
||||
newAddr, err := ma.NewMultiaddr(fmt.Sprintf("/ip4/%s/udp/%s/quic-v1", host, port))
|
||||
if err != nil {
|
||||
continue
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user