Fix typo in tx vesting create-vesting-account help message (#11958)

This commit is contained in:
Assaf Morami 2022-05-14 19:25:34 +03:00 committed by GitHub
parent f6150bd4af
commit d5731fde97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ func NewMsgCreateVestingAccountCmd() *cobra.Command {
Short: "Create a new vesting account funded with an allocation of tokens.",
Long: `Create a new vesting account funded with an allocation of tokens. The
account can either be a delayed or continuous vesting account, which is determined
by the '--delayed' flag. All vesting accouts created will have their start time
by the '--delayed' flag. All vesting accounts created will have their start time
set by the committed block's time. The end_time must be provided as a UNIX epoch
timestamp.`,
Args: cobra.ExactArgs(3),