Skip to content

Commit

Permalink
Revert flag usage to previous example since it was correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed Jan 17, 2024
1 parent 8d1d230 commit 6cd51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/marker/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ func AddNewMarkerFlags(cmd *cobra.Command) {
cmd.Flags().Bool(FlagAllowGovernanceControl, false, "Indicates that governance control is allowed")
cmd.Flags().Bool(FlagAllowForceTransfer, false, "Indicates that force transfer is allowed")
cmd.Flags().StringSlice(FlagRequiredAttributes, []string{}, "comma delimited list of required attributes needed for a restricted marker to have send authority")
cmd.Flags().Uint64(FlagUsdMills, 0, "Indicates the net asset value of marker in usd mills, i.e. 12345 = $1.2345")
cmd.Flags().Uint64(FlagUsdMills, 0, "Indicates the net asset value of marker in usd mills, i.e. 1234 = $1.234")
cmd.Flags().Uint64(FlagVolume, 0, "Indicates the volume of the net asset value")
}

Expand Down

0 comments on commit 6cd51e3

Please sign in to comment.