Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/key_assignment.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke authored Nov 27, 2023
1 parent 68bf6ae commit 9d49c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/key_assignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ func (k Keeper) AssignConsumerKey(
consumerKey tmprotocrypto.PublicKey,
) error {
// check that the consumer chain is either registered or that
// ConsumerAdditionProposal was voted on.
// a ConsumerAdditionProposal was submitted.
if !k.CheckIfConsumerIsProposedOrRegistered(ctx, chainID) {
return errorsmod.Wrapf(
types.ErrUnknownConsumerChainId, chainID,
Expand Down

0 comments on commit 9d49c8b

Please sign in to comment.