From cacd0d29013878db59c833209ebb590fd4d7f861 Mon Sep 17 00:00:00 2001 From: dudong2 Date: Mon, 29 Jul 2024 15:54:21 +0900 Subject: [PATCH] feat: wait-tx query cmd --- cmd/cantod/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/cantod/root.go b/cmd/cantod/root.go index 50a81e57..26224fa5 100644 --- a/cmd/cantod/root.go +++ b/cmd/cantod/root.go @@ -196,6 +196,7 @@ func queryCommand() *cobra.Command { } cmd.AddCommand( + rpc.QueryEventForTxCmd(), rpc.ValidatorCommand(), authcmd.QueryTxsByEventsCmd(), sdkserver.QueryBlocksCmd(),