Skip to content

EditValidator command do not support min-self-delegation #4763

Closed
@whunmr

Description

Summary of Bug

EditValidator command do not support flag --min-self-delegation

Version

1536f96e8b64707f859e0f54c028c922e6532c5d
Fri Jul 19 15:47:58 2019 +0100
master

Steps to Reproduce

$ gaiacli tx staking edit-validator --min-self-delegation=1000000  --from=validator --chain-id=test

ERROR: unknown flag: --min-self-delegation

fix

Add flagset in code of GetCmdEditValidator:

	cmd.Flags().AddFlagSet(FsMinSelfDelegation)

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions