Skip to content

Commit

Permalink
Merge pull request #100 from oasisprotocol/matevz/fix/governance-height
Browse files Browse the repository at this point in the history
fix(cmd): Add missing --height to governance list
  • Loading branch information
matevz committed Jun 21, 2023
2 parents 67d1bca + fc68324 commit c3787e7
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 c3787e7

Please sign in to comment.