Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Aug 28, 2024
1 parent cc4f6b9 commit 43baef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func (k Keeper) QueryConsumerValidators(goCtx context.Context, req *types.QueryC
if err != nil {
return nil, status.Error(codes.Internal, err.Error())
}
// if the consumer hasn't been launched being stopped, compute the consumer validator set
// if the consumer hasn't been launched or stopped, compute the consumer validator set
} else if phase != Stopped {
bondedValidators, err := k.GetLastBondedValidators(ctx)
if err != nil {
Expand Down

0 comments on commit 43baef1

Please sign in to comment.