Skip to content

Commit

Permalink
fix(cmd): Add missing --height to governance list
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Jun 21, 2023
1 parent 67d1bca commit fc68324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/network/governance/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ var govListCmd = &cobra.Command{

func init() {
govListCmd.Flags().AddFlagSet(common.SelectorNFlags)
govShowCmd.Flags().AddFlagSet(common.HeightFlag)
govListCmd.Flags().AddFlagSet(common.HeightFlag)
}

0 comments on commit fc68324

Please sign in to comment.