Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Apr 9, 2024
1 parent f104891 commit 37b533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ $ %s tx evm create2 \
`, version.AppName,
),
),
Args: cobra.RangeArgs(2, 100),
Args: cobra.RangeArgs(1, 100),
Aliases: []string{"CREATE2"},
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientTxContext(cmd)
Expand Down

0 comments on commit 37b533f

Please sign in to comment.