mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
p2p/discv5: print out self node for v5 discovery.
This commit is contained in:
parent
0dbf55d478
commit
46d7f56b7b
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ func ListenUDP(priv *ecdsa.PrivateKey, laddr string, natm nat.Interface, nodeDBP
|
|||
return nil, err
|
||||
}
|
||||
transport.net = net
|
||||
log.Info("UDP listener up", "self", net.tab.self)
|
||||
go transport.readLoop()
|
||||
return net, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue