mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
p2p/enode: remove comment
This commit is contained in:
parent
7b5fceb603
commit
f8971afa35
1 changed files with 0 additions and 1 deletions
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue