mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
9 lines
174 B
Go
9 lines
174 B
Go
|
package p2p
|
||
|
|
||
|
import "github.com/gogo/protobuf/proto"
|
||
|
|
||
|
// Broadcast a message to the p2p network.
|
||
|
func (s *Service) Broadcast(msg proto.Message) {
|
||
|
// TODO(3147): implement
|
||
|
}
|