feat(client): replace event-query-tx-for with wait-tx (#19870)

This commit is contained in:
Antonio Pitasi
2024-03-27 16:53:56 +00:00
committed by GitHub
parent 39808e0ea0
commit 8488733fdc
3 changed files with 90 additions and 11 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ func queryCommand() *cobra.Command {
}
cmd.AddCommand(
rpc.QueryEventForTxCmd(),
rpc.WaitTxCmd(),
server.QueryBlockCmd(),
authcmd.QueryTxsByEventsCmd(),
server.QueryBlocksCmd(),