p2p/enode: remove comment

This commit is contained in:
smin-k 2024-05-09 16:38:18 +09:00
parent 7b5fceb603
commit f8971afa35

View file

@ -99,7 +99,6 @@ func (n *Node) Load(k enr.Entry) error {
return n.r.Load(k) return n.r.Load(k)
} }
// IP returns the IP address of the node. This prefers IPv4 addresses.
// IP returns the IP address of the node. This prefers IPv4 addresses. // IP returns the IP address of the node. This prefers IPv4 addresses.
func (n *Node) IP() net.IP { func (n *Node) IP() net.IP {
var ( var (