Skip to content

Commit

Permalink
Merge pull request #117 from ethereum-optimism/discmix-discv5-fix
Browse files Browse the repository at this point in the history
p2p: add discv5 to the discmix to dial nodes with
  • Loading branch information
protolambda authored Aug 16, 2023
2 parents 8f8af46 + 5fcc6e0 commit cd4a1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ func (srv *Server) setupDiscovery() error {
if err != nil {
return err
}
srv.discmix.AddSource(srv.DiscV5.RandomNodes())
}
return nil
}
Expand Down

0 comments on commit cd4a1e4

Please sign in to comment.