Skip to content

Commit

Permalink
Merge pull request #172 from testinprod-io/feature/mininny/discmix-di…
Browse files Browse the repository at this point in the history
…scv5-fix

p2p: add discv5 to the discmix to dial nodes with
  • Loading branch information
mininny authored Jun 7, 2024
2 parents a63007d + f9e06db commit 2151afa
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 @@ -675,6 +675,7 @@ func (srv *Server) setupDiscovery(ctx context.Context) error {
if err != nil {
return err
}
srv.discmix.AddSource(srv.DiscV5.RandomNodes())
}
return nil
}
Expand Down

0 comments on commit 2151afa

Please sign in to comment.