mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Revert "p2p: add random nodes as discovery source in setupDiscovery"
This reverts commit ec6cdc990d.
This commit is contained in:
parent
839635e395
commit
a0785b07c9
1 changed files with 0 additions and 1 deletions
|
|
@ -492,7 +492,6 @@ func (srv *Server) setupDiscovery() error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
srv.discmix.AddSource(srv.discv5.RandomNodes())
|
||||
}
|
||||
|
||||
// Add protocol-specific discovery sources.
|
||||
|
|
|
|||
Loading…
Reference in a new issue