Skip to content

Commit

Permalink
Update tx.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ylsGit authored Aug 21, 2024
1 parent be984ec commit 97c0572
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions x/staking/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ func GetCmdEditValidator(cdc *codec.Codec) *cobra.Command {
//__________________________________________________________

var (
// defaultTokens = sdk.TokensFromConsensusPower(100)
// defaultAmount = defaultTokens.String() + sdk.DefaultBondDenom
// defaultCommissionRate = "0.1"
// defaultCommissionMaxRate = "0.2"
// defaultCommissionMaxChangeRate = "0.01"
//defaultTokens = sdk.TokensFromConsensusPower(100)
//defaultAmount = defaultTokens.String() + sdk.DefaultBondDenom
//defaultCommissionRate = "0.1"
//defaultCommissionMaxRate = "0.2"
//defaultCommissionMaxChangeRate = "0.01"
)

// CreateValidatorMsgHelpers returns the flagset, particular flags, and a description of defaults
Expand Down

0 comments on commit 97c0572

Please sign in to comment.