diff --git a/network/p2p/p2p.go b/network/p2p/p2p.go index 9ee9d3fa43..617684391f 100644 --- a/network/p2p/p2p.go +++ b/network/p2p/p2p.go @@ -215,7 +215,7 @@ func MakeService(ctx context.Context, log logging.Logger, cfg config.Local, h ho }, nil } -// Close shuts down the P2P service +// Start starts the P2P service func (s *serviceImpl) Start() error { listenAddr, err := multiaddr.NewMultiaddr(s.listenAddr) if err != nil {