diff --git a/x/ccv/provider/keeper/validator_set_update.go b/x/ccv/provider/keeper/validator_set_update.go index af3491830f..26935a79e1 100644 --- a/x/ccv/provider/keeper/validator_set_update.go +++ b/x/ccv/provider/keeper/validator_set_update.go @@ -14,7 +14,7 @@ import ( // GetConsumerChainConsensusValidatorsKey returns the store key for consumer validators of the consumer chain with `chainID` func (k Keeper) GetConsumerChainConsensusValidatorsKey(ctx sdk.Context, chainID string) []byte { - return types.ChainIdWithLenKey(types.ConsumerValidatorsKeyPrefix(), chainID) + return types.ChainIdWithLenKey(types.ConsumerValidatorKeyPrefix(), chainID) } // SetConsumerValidator sets provided consumer `validator` on the consumer chain with `chainID`