Skip to content

Commit

Permalink
feat: Integrate tendermint Block endpoints into the cli (cosmos#14659)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
  • Loading branch information
3 people committed Feb 14, 2023
1 parent 8aa38ab commit 5b956cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,9 @@ func queryCommand() *cobra.Command {
cmd.AddCommand(
authcmd.GetAccountCmd(),
rpc.ValidatorCommand(),
rpc.BlockCommand(),
server.QueryBlockCmd(),
authcmd.QueryTxsByEventsCmd(),
server.QueryBlocksCmd(),
authcmd.QueryTxCmd(),
)

Expand Down

0 comments on commit 5b956cd

Please sign in to comment.