Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: remove unnecessary error check
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Dec 2, 2023
1 parent 9410b67 commit 1dbf2a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/blobstream/orchestrator/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ func Start() *cobra.Command {

// creating the broadcaster
broadcaster := orchestrator.NewBroadcaster(p2pQuerier.BlobstreamDHT)
if err != nil {
return err
}

// creating the orchestrator
orch := orchestrator.New(
Expand Down

0 comments on commit 1dbf2a3

Please sign in to comment.