Skip to content

Commit

Permalink
Merge pull request #364 from Sen-Com/patch-1
Browse files Browse the repository at this point in the history
fix(cli): increase expected argument count
  • Loading branch information
javiersuweijie authored May 21, 2024
2 parents b1c3c5c + cce57dd commit 117d1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/alliance/client/cli/gov.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func CreateAlliance() *cobra.Command {
func UpdateAlliance() *cobra.Command {
cmd := &cobra.Command{
Use: "update-alliance denom reward-weight reward-weight-min reward-weight-max take-rate reward-change-rate reward-change-interval",
Args: cobra.ExactArgs(5),
Args: cobra.ExactArgs(7),
Short: "Update an alliance with the specified parameters",
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientTxContext(cmd)
Expand Down

0 comments on commit 117d1d1

Please sign in to comment.