Skip to content

Commit

Permalink
Merge PR cosmos#3690: Update deploy-testnet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rigelrozanski authored and jackzampolin committed Feb 20, 2019
1 parent de3a882 commit cf2cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gaia/deploy-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.staking.params.bond_denom denom, the default is staking
gaiad add-genesis-account $(gaiacli keys show validator -a) 1000stake,1000validatortoken
gaiad add-genesis-account $(gaiacli keys show validator -a) 1000000000stake,1000000000validatortoken

# Generate the transaction that creates your validator
gaiad gentx --name validator
Expand Down

0 comments on commit cf2cdab

Please sign in to comment.