From 99c3600c3ac6bb2ee35256786e630d880dbde71e Mon Sep 17 00:00:00 2001 From: insumity Date: Thu, 13 Jun 2024 17:55:00 +0200 Subject: [PATCH] Update x/ccv/provider/types/params.go Co-authored-by: Marius Poke --- x/ccv/provider/types/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ccv/provider/types/params.go b/x/ccv/provider/types/params.go index f7ecf22d41..ab5ef6c933 100644 --- a/x/ccv/provider/types/params.go +++ b/x/ccv/provider/types/params.go @@ -44,7 +44,7 @@ const ( // DefaultNumberOfEpochsToStartReceivingRewards defines the default minimum number of epochs required by a validator to validate // during so that the validator can start receiving rewards. This would mean that a validator has to be a consumer validator for at least - // `DefaultNumberOfEpochsToStartReceivingRewards * DefaultBlocksPerEpoch` on a consumer chain to stat receiving rewards from the chain. + // `NumberOfEpochsToStartReceivingRewards * BlocksPerEpoch` on a consumer chain to stat receiving rewards from the chain. // Note that after a validator starts receiving rewards, the validator would keep receiving rewards every time the // consumer chain sends an IBC transfer over to the provider. This value only sets a constraint on when a validator // can first start receiving rewards to avoid cases where a validator just opts in to receive rewards and then opts out