Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 14, 2023
1 parent ff8fc6a commit 66bfba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/relayer/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func RelayerCmd() *cobra.Command {
// Set --node flag to the --sequencer-node for the client context
err := cmd.Flags().Set(cosmosflags.FlagNode, fmt.Sprintf("tcp://%s", flagSequencerNode))
if err != nil {
//return nil, err
panic(err)
}

Expand Down

0 comments on commit 66bfba5

Please sign in to comment.