Skip to content

Commit

Permalink
chore: Fix typo in get-synchrony-params (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding authored Jan 15, 2025
1 parent e32ddca commit 9db19a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/blocktime/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func CmdQueryPreviousBlockInfo() *cobra.Command {

func CmdQuerySynchronyParams() *cobra.Command {
cmd := &cobra.Command{
Use: "sychrony-params",
Use: "synchrony-params",
Short: "get synchrony params",
RunE: func(cmd *cobra.Command, args []string) (err error) {
clientCtx := client.GetClientContextFromCmd(cmd)
Expand Down

0 comments on commit 9db19a0

Please sign in to comment.