p2p/server: fix method name in comment (#23123)

This commit is contained in:
Ahyun 2021-06-29 18:14:47 +09:00 committed by GitHub
parent 61f4b5aa89
commit 4fcc93d922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,7 +370,7 @@ func (srv *Server) RemoveTrustedPeer(node *enode.Node) {
}
}
// SubscribePeers subscribes the given channel to peer events
// SubscribeEvents subscribes the given channel to peer events
func (srv *Server) SubscribeEvents(ch chan *PeerEvent) event.Subscription {
return srv.peerFeed.Subscribe(ch)
}