good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 4fcc93d9 authored by Ahyun's avatar Ahyun Committed by GitHub
Browse files

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

parent 61f4b5aa
Branches
Tags
No related merge requests found
......@@ -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)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment