Skip to content

Commit

Permalink
discov: do not filter out bootnodes (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusKysel authored Jul 27, 2023
1 parent 83cc950 commit 278608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ func (srv *Server) setupDiscovery() error {
Tail []rlp.RawValue `rlp:"tail"`
}
if r.Load(enr.WithEntry("eth", &eth)) != nil {
return false
return true
}
return srv.forkFilter(eth.ForkID) == nil
}
Expand Down

0 comments on commit 278608a

Please sign in to comment.