From c6077076d4e9edf8e0043055e7c840cb446bca5b Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 11 Aug 2021 11:24:07 -0400 Subject: [PATCH] wip --- cmd/tendermint/commands/inspect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tendermint/commands/inspect.go b/cmd/tendermint/commands/inspect.go index fb43e501d..00d01352b 100644 --- a/cmd/tendermint/commands/inspect.go +++ b/cmd/tendermint/commands/inspect.go @@ -16,7 +16,7 @@ import ( "github.com/tendermint/tendermint/types" ) -// InspectCmd represents the base command when called without any subcommands +// InspectCmd is the command for starting an inspect server. var InspectCmd = &cobra.Command{ Use: "inspect", Short: "Run an inspect server",