Skip to content

Commit

Permalink
Merge pull request #81 from b-harvest/wait-tx_cmd
Browse files Browse the repository at this point in the history
feat: wait-tx query cmd
  • Loading branch information
dudong2 authored Jul 29, 2024
2 parents 0b18ceb + cacd0d2 commit 23734e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cantod/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ func queryCommand() *cobra.Command {
}

cmd.AddCommand(
rpc.QueryEventForTxCmd(),
rpc.ValidatorCommand(),
authcmd.QueryTxsByEventsCmd(),
sdkserver.QueryBlocksCmd(),
Expand Down

0 comments on commit 23734e1

Please sign in to comment.