Skip to content

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

@whunmr

Description

@whunmr

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions