diff --git a/cmd/ethermintd/commands.go b/cmd/ethermintd/commands.go index fb1fc2d2ad..df1582ed64 100644 --- a/cmd/ethermintd/commands.go +++ b/cmd/ethermintd/commands.go @@ -135,6 +135,7 @@ func queryCommand() *cobra.Command { } cmd.AddCommand( + rpc.QueryEventForTxCmd(), rpc.ValidatorCommand(), authcmd.QueryTxsByEventsCmd(), sdkserver.QueryBlocksCmd(),