From ff60c0f8ed6d6ea9a49164bd2466c61ebad23ecf Mon Sep 17 00:00:00 2001 From: dudong2 Date: Mon, 29 Jul 2024 15:49:42 +0900 Subject: [PATCH] feat: wait-tx query cmd --- cmd/ethermintd/commands.go | 1 + 1 file changed, 1 insertion(+) 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(),