Skip to content

Commit df58417

Browse files
panicalwaysmmsqe
authored andcommitted
p2p: small comment typo (ethereum#26850)
Update server.go
1 parent 254fc04 commit df58417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ func (srv *Server) runPeer(p *Peer) {
10571057
// Broadcast peer drop to external subscribers. This needs to be
10581058
// after the send to delpeer so subscribers have a consistent view of
10591059
// the peer set (i.e. Server.Peers() doesn't include the peer when the
1060-
// event is received.
1060+
// event is received).
10611061
srv.peerFeed.Send(&PeerEvent{
10621062
Type: PeerEventTypeDrop,
10631063
Peer: p.ID(),

0 commit comments

Comments
 (0)