Skip to content

Commit

Permalink
Update network/p2p/p2p.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cce authored Jun 27, 2024
1 parent a807471 commit c9ceb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/p2p/p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c9ceb49

Please sign in to comment.