Skip to content

--address-validator unknown flag  #2530

Closed

Description

Summary of Bug

When creating a new validator, I get ERROR: unknown flag: --address-validator

I think you have removed that flag in the develop branch as you can see in the flags.go. I think the correct flag now is --from but the documentation is out of sync and confusing

Steps to Reproduce

gaiacli stake create-validator \
 --amount=5steak \
 --address-validator="cosmosvalpub1zcjduepqa0lsphq50m9zn7qml0xjwncwctyklge2d745lnerg3uk4ka5cygq3ln45n" \
 --pubkey=$(gaiad tendermint show_validator) \
 --moniker="zemya" \
 --chain-id="gaia-8001"

Returns

   ERROR: unknown flag: --address-validator

I'm running gaia : 0.24.2-416181be


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions