From 3d38245b8ba69358fe21d7930d621c4e94abdf39 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Tue, 20 Feb 2024 15:19:44 +0100 Subject: [PATCH] Update x/ccv/provider/keeper/distribution.go Co-authored-by: insumity --- x/ccv/provider/keeper/distribution.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ccv/provider/keeper/distribution.go b/x/ccv/provider/keeper/distribution.go index d362fae149..e0ec1c4ccd 100644 --- a/x/ccv/provider/keeper/distribution.go +++ b/x/ccv/provider/keeper/distribution.go @@ -201,7 +201,7 @@ func (k Keeper) TransferConsumerRewardsToDistributionModule( // consumer reward pools getter and setter -// GetConsumerRewardsAllocation the onsumer rewards allocation for the given chain ID +// GetConsumerRewardsAllocation returns the consumer rewards allocation for the given chain ID func (k Keeper) GetConsumerRewardsAllocation(ctx sdk.Context, chainID string) (pool types.ConsumerRewardsAllocation) { store := ctx.KVStore(k.storeKey) b := store.Get(types.ConsumerRewardsAllocationKey(chainID))