mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-09 17:46:37 +00:00
Merge pull request #15948 from holiman/addr_v5_bootnode
p2p/discv5: logs info about discv5 node info at bind time
This commit is contained in:
commit
302c17c36a
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ func ListenUDP(priv *ecdsa.PrivateKey, conn conn, realaddr *net.UDPAddr, nodeDBP
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
log.Info("UDP listener up", "net", net.tab.self)
|
||||||
transport.net = net
|
transport.net = net
|
||||||
go transport.readLoop()
|
go transport.readLoop()
|
||||||
return net, nil
|
return net, nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue