Skip to content

Commit

Permalink
fix(x/staking): remove old const
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Feb 5, 2025
1 parent 30babe8 commit f2d7915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/staking/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func DefaultParams() Params {
sdk.DefaultBondDenom,
DefaultMinCommissionRate,
sdk.NewInt64Coin(sdk.DefaultBondDenom, 1000000), // fees used to rotate the ConsPubkey or Operator key
DefaultKeyRotationFee,
DefaultJailedValidorThreshold,
DefaultEpochLength,
)
Expand Down

0 comments on commit f2d7915

Please sign in to comment.