Skip to content

Commit

Permalink
chore!: Refactor x/bank CLI Tests (cosmos#12706)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Aug 3, 2022
1 parent fd4caac commit cb9923b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ func queryCommand() *cobra.Command {
)

simapp.ModuleBasics.AddQueryCommands(cmd)
cmd.PersistentFlags().String(flags.FlagChainID, "", "The network chain ID")

return cmd
}
Expand All @@ -243,7 +242,6 @@ func txCommand() *cobra.Command {
)

simapp.ModuleBasics.AddTxCommands(cmd)
cmd.PersistentFlags().String(flags.FlagChainID, "", "The network chain ID")

return cmd
}
Expand Down

0 comments on commit cb9923b

Please sign in to comment.