We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get-synchrony-params
1 parent 671fd1d commit d153144Copy full SHA for d153144
protocol/x/blocktime/client/cli/query.go
@@ -100,7 +100,7 @@ func CmdQueryPreviousBlockInfo() *cobra.Command {
100
101
func CmdQuerySynchronyParams() *cobra.Command {
102
cmd := &cobra.Command{
103
- Use: "sychrony-params",
+ Use: "synchrony-params",
104
Short: "get synchrony params",
105
RunE: func(cmd *cobra.Command, args []string) (err error) {
106
clientCtx := client.GetClientContextFromCmd(cmd)
0 commit comments