Skip to content

Commit

Permalink
feat: wait-tx query cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Jul 29, 2024
1 parent c4c9caa commit ff60c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ethermintd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func queryCommand() *cobra.Command {
}

cmd.AddCommand(
rpc.QueryEventForTxCmd(),
rpc.ValidatorCommand(),
authcmd.QueryTxsByEventsCmd(),
sdkserver.QueryBlocksCmd(),
Expand Down

0 comments on commit ff60c0f

Please sign in to comment.