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(),