From 1c4f3b77225c784924ed3ce34680d675da0d3b0d Mon Sep 17 00:00:00 2001 From: jelysn <129082781+jelysn@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:03:24 +0800 Subject: [PATCH] Masterchef fixes (#471) fix user reward info cli usage example --- x/masterchef/client/cli/query_cmds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/masterchef/client/cli/query_cmds.go b/x/masterchef/client/cli/query_cmds.go index aef265d23..a9f0bbed6 100644 --- a/x/masterchef/client/cli/query_cmds.go +++ b/x/masterchef/client/cli/query_cmds.go @@ -197,7 +197,7 @@ func CmdQueryUserRewardInfo() *cobra.Command { cmd := &cobra.Command{ Use: "user-reward-info", Short: "shows user reward info", - Example: "elysd q masterchef user-reward-info [user] [id] [reward-denom]", + Example: "elysd q masterchef user-reward-info [user] [pool-id] [reward-denom]", Args: cobra.ExactArgs(3), RunE: func(cmd *cobra.Command, args []string) error { clientCtx := client.GetClientContextFromCmd(cmd)