Unverified Commit 051493d9 authored by panicalways's avatar panicalways Committed by GitHub

p2p: small comment typo (#26850)

Update server.go
parent df027995
...@@ -1057,7 +1057,7 @@ func (srv *Server) runPeer(p *Peer) { ...@@ -1057,7 +1057,7 @@ func (srv *Server) runPeer(p *Peer) {
// Broadcast peer drop to external subscribers. This needs to be // Broadcast peer drop to external subscribers. This needs to be
// after the send to delpeer so subscribers have a consistent view of // after the send to delpeer so subscribers have a consistent view of
// the peer set (i.e. Server.Peers() doesn't include the peer when the // the peer set (i.e. Server.Peers() doesn't include the peer when the
// event is received. // event is received).
srv.peerFeed.Send(&PeerEvent{ srv.peerFeed.Send(&PeerEvent{
Type: PeerEventTypeDrop, Type: PeerEventTypeDrop,
Peer: p.ID(), Peer: p.ID(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment