Skip to content

Commit

Permalink
change default commision rate and default commission max rate to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding authored and lcwik committed Sep 6, 2023
1 parent 41bd8d9 commit 661e8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/staking/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import (
var (
DefaultTokens = sdk.TokensFromConsensusPower(100, sdk.DefaultPowerReduction)
defaultAmount = DefaultTokens.String() + sdk.DefaultBondDenom
defaultCommissionRate = "0.1"
defaultCommissionMaxRate = "0.2"
defaultCommissionRate = "1"
defaultCommissionMaxRate = "1"
defaultCommissionMaxChangeRate = "0.01"
defaultMinSelfDelegation = "1"
)
Expand Down

0 comments on commit 661e8df

Please sign in to comment.