Merge PR #2987: Add shorthand flag to address output on gaiacli keys show and update docs

* Add shorthand flag to address output on gaiacli keys show

* Update docs and add PENDING

* Update client/keys/show.go

Co-Authored-By: jackzampolin <jack.zampolin@gmail.com>

* pk -> p
This commit is contained in:
Jack Zampolin
2018-12-04 17:38:43 +01:00
committed by Christopher Goes
parent 079b1f0ffa
commit 07b0ad3c9e
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ gaiacli keys add validator
# Add that key into the genesis.app_state.accounts array in the genesis file
# NOTE: this command lets you set the number of coins. Make sure this account has some coins
# with the genesis.app_state.stake.params.bond_denom denom, the default is STAKE
gaiad add-genesis-account $(gaiacli keys show validator -o json | jq -r ".address") 1000STAKE,1000validatorToken
gaiad add-genesis-account $(gaiacli keys show validator -a) 1000STAKE,1000validatorToken
# Generate the transaction that creates your validator
gaiad gentx --name validator