p2p: remove unused lookupIPFunc

This commit is contained in:
Lucas Vasconcelos 2024-12-04 15:49:19 +01:00
parent ca438bd2e2
commit 163ff70159

View file

@ -33,7 +33,6 @@ import (
var (
incompleteNodeURL = regexp.MustCompile("(?i)^(?:enode://)?([0-9a-f]+)$")
lookupIPFunc = net.LookupIP
)
// MustParseV4 parses a node URL. It panics if the URL is not valid.