add a doc.go

This commit is contained in:
William Banfield
2021-08-13 15:07:17 -04:00
parent 677d87324d
commit 69239c55c9
2 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ var InspectCmd = &cobra.Command{
inconsistent state.
The inspect command can be used to query the block and state store using Tendermint
RPC calls to debug issues of inconsisent state.
RPC calls to debug issues of inconsistent state.
`,
RunE: runInspect,