From cf2cdabe6bfad833a76aa8a98e5cda0fc963d7ec Mon Sep 17 00:00:00 2001 From: frog power 4000 Date: Wed, 20 Feb 2019 09:17:07 -0500 Subject: [PATCH] Merge PR #3690: Update deploy-testnet.md --- docs/gaia/deploy-testnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gaia/deploy-testnet.md b/docs/gaia/deploy-testnet.md index a91c6d09c..c3fed6b83 100644 --- a/docs/gaia/deploy-testnet.md +++ b/docs/gaia/deploy-testnet.md @@ -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