Skip to content

Commit

Permalink
Update x/ccv/provider/types/params.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Poke <[email protected]>
  • Loading branch information
insumity and mpoke authored Jun 13, 2024
1 parent bedc424 commit 99c3600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99c3600

Please sign in to comment.