Skip to content

Commit

Permalink
docs: update stake description
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybxyz committed Oct 5, 2021
1 parent 4ef97db commit d7ce071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x/farming/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,14 @@ func NewStakeCmd() *cobra.Command {
Long: strings.TrimSpace(
fmt.Sprintf(`Stake coins.
To get farming rewards, it is recommended to check which plans are available on a network.
To get farming rewards, you must stake coins that are defined in plans that are available on a network.
Example:
$ %s tx %s stake 1000poolD35A0CC16EE598F90B044CE296A405BA9C381E38837599D96F2F70C2F02A23A4 --from mykey
$ %s tx %s stake 500poolD35A0CC16EE598F90B044CE296A405BA9C381E38837599D96F2F70C2F02A23A4,500pool93E069B333B5ECEBFE24C6E1437E814003248E0DD7FF8B9F82119F4587449BA5, --from mykey
`,
version.AppName, types.ModuleName,
version.AppName, types.ModuleName,
),
),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit d7ce071

Please sign in to comment.