Skip to content

Commit

Permalink
Add block related commands
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Aug 6, 2024
1 parent 87a91ed commit 73bdddf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cmd/secretd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,13 @@ func queryCommand() *cobra.Command {
}

cmd.AddCommand(
// authcmd.GetAccountCmd(),
rpc.ValidatorCommand(),
// rpc.BlockCommand(),
rpc.WaitTxCmd(),
server.QueryBlockCmd(),
authcmd.QueryTxsByEventsCmd(),
server.QueryBlocksCmd(),
authcmd.QueryTxCmd(),
server.QueryBlockResultsCmd(),
rpc.ValidatorCommand(),
S20GetQueryCmd(),
)

Expand Down

0 comments on commit 73bdddf

Please sign in to comment.