Skip to content

Commit

Permalink
apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Sep 4, 2024
1 parent 6b148c7 commit f3971a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion x/ccv/provider/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func CmdConsumerChains() *cobra.Command {
Short: "Query consumer chains for provider chain.",
Long: `Query consumer chains for provider chain. An optional
integer parameter can be passed for phase filtering of consumer chains,
(All=0|Registered=1|Initialized=2|Launched=3|Stopped=4).`,
(Registered=1|Initialized=2|Launched=3|Stopped=4).`,
Args: cobra.MaximumNArgs(2),
RunE: func(cmd *cobra.Command, args []string) (err error) {
clientCtx, err := client.GetClientQueryContext(cmd)
Expand Down
1 change: 0 additions & 1 deletion x/ccv/provider/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ func (k Keeper) GetAllLaunchedConsumerIds(ctx sdk.Context) []string {
}
consumerIds = append(consumerIds, consumerId)
}
fmt.Println("consumerIds", consumerIds)
return consumerIds
}

Expand Down

0 comments on commit f3971a7

Please sign in to comment.