mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 00:27:38 +00:00
Fix typo
Former-commit-id: 04ec02588f6f38a4dcc737126449998fb4f01e29 [formerly c6580d7eb8565c615e3684615e2d87cb101d5ce7] Former-commit-id: ec51ad69a7ad5062bf285b18e04d4a716f4d04c0
This commit is contained in:
parent
ddf419d029
commit
489eb89f2e
@ -32,7 +32,7 @@ func (s *Server) Stop() error {
|
||||
}
|
||||
|
||||
// Send a message to a specific peer.
|
||||
func (s *Server) Send(msg interface{}, Peer peer) {
|
||||
func (s *Server) Send(msg interface{}, peer Peer) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user