Fixed typo in block module help output (#10926)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Ron Stoner 2022-01-11 17:38:44 -05:00 committed by GitHub
parent 284affb594
commit 2f335a2b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
func BlockCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "block [height]",
Short: "Get verified data for a the block at given height",
Short: "Get verified data for the block at given height",
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientQueryContext(cmd)