diff --git a/x/feeburn/client/cli/query_params.go b/x/feeburn/client/cli/query_params.go index 3eb73eeb..0dc0c433 100644 --- a/x/feeburn/client/cli/query_params.go +++ b/x/feeburn/client/cli/query_params.go @@ -14,7 +14,7 @@ func CmdQueryParams() *cobra.Command { Use: "params", Short: "shows the parameters of the module", Args: cobra.NoArgs, - RunE: func(cmd *cobra.Command, args []string) error { + RunE: func(cmd *cobra.Command, _ []string) error { clientCtx := client.GetClientContextFromCmd(cmd) queryClient := types.NewQueryClient(clientCtx)