Skip to content

Commit

Permalink
Merge PR cosmos#4764: fix flag min-self-delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze authored and alexanderbez committed Jul 25, 2019
1 parent e8ed930 commit e8a52f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pending/bugfixes/cli/_4763-fix-flag-min-s
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#4763 fix flag `--min-self-delegation` for staking `EditValidator`
1 change: 1 addition & 0 deletions x/staking/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func GetCmdEditValidator(cdc *codec.Codec) *cobra.Command {

cmd.Flags().AddFlagSet(fsDescriptionEdit)
cmd.Flags().AddFlagSet(fsCommissionUpdate)
cmd.Flags().AddFlagSet(FsMinSelfDelegation)

return cmd
}
Expand Down

0 comments on commit e8a52f1

Please sign in to comment.