Skip to content

Commit

Permalink
old default params
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed May 23, 2023
1 parent 80a490c commit fc3f273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/ccv/consumer/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ func NewParams(enabled bool, blocksPerDistributionTransmission int64,

// DefaultParams is the default params for the consumer module
func DefaultParams() Params {
rewardDenoms := []string{}
provideRewardDenoms := []string{}
var rewardDenoms []string
var provideRewardDenoms []string
return NewParams(
false,
DefaultBlocksPerDistributionTransmission,
Expand Down

0 comments on commit fc3f273

Please sign in to comment.