Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Aug 17, 2021
1 parent 3f32252 commit c6d41de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thetacli/cmd/query/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ func init() {
blockCmd.Flags().Uint64Var(&heightFlag, "height", uint64(0), "height of the block")
blockCmd.Flags().Uint64Var(&startFlag, "start", uint64(0), "starting height of the blocks")
blockCmd.Flags().Uint64Var(&endFlag, "end", uint64(0), "ending height of the blocks")
blockCmd.Flags().BoolVar(&includeEthTxHashFlag, "include_eth_tx_hash", false, "include eth tx hash for the smart contract transactions")
blockCmd.Flags().BoolVar(&includeEthTxHashFlag, "include_eth_tx_hashes", false, "include eth tx hash for the smart contract transactions")
}

0 comments on commit c6d41de

Please sign in to comment.