Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Feb 23, 2024
1 parent 18172ee commit 436524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/multi-staking/client/cli/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func NewCmdUpdateBondWeightProposal() *cobra.Command {
cmd := &cobra.Command{
Use: "update-bond-weight [title] [description] [denom] [bond_weight] [deposit]",
Args: cobra.ExactArgs(5),
Short: "Submit an add multistaking coin proposal",
Short: "Submit update bond weight for bond coin proposal",
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientTxContext(cmd)
if err != nil {
Expand Down

0 comments on commit 436524e

Please sign in to comment.