cmd, eth, p2p, p2p/discover: init and clean up the seed cache
This commit is contained in:
@ -71,7 +71,7 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
if _, err := discover.ListenUDP(nodeKey, *listenAddr, natm); err != nil {
|
||||
if _, err := discover.ListenUDP(nodeKey, *listenAddr, natm, ""); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
select {}
|
||||
|
Reference in New Issue
Block a user