Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R4R: Address gov cli ux issues and add additional input validation for better errors #2938

Merged
merged 12 commits into from
Dec 3, 2018
Prev Previous commit
Next Next commit
Remove last usage of proposal-id flag
  • Loading branch information
jackzampolin committed Nov 29, 2018
commit 429d184d14586ee361d7d8f7d0a961e0ba22a520
2 changes: 0 additions & 2 deletions x/gov/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ func GetCmdQueryProposal(queryRoute string, cdc *codec.Codec) *cobra.Command {
},
}

cmd.Flags().String(flagProposalID, "", "proposalID of proposal being queried")

return cmd
}

Expand Down
1 change: 0 additions & 1 deletion x/gov/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
)

const (
flagProposalID = "proposal-id"
flagTitle = "title"
flagDescription = "description"
flagProposalType = "type"
Expand Down