Cannot configure a testnet due to

I am following Deploy your own testnet to configure a testnet.

The following command

gaiad add-genesis-account $(gaiacli keys show validator -a) 1000stake,1000validatortoken

gaiad gentx --name validator

gave the following error:

ERROR: Account 75C21E56AA5576D0E75099D2FCF813A8EB2B91CC is in genesis, but the only has 0STAKE available to stake, not 100STAKE

What did I miss? Please advise. Thanks:-)

When you add the account, the staking token adding should be STAKE but you used stake.

Thanks @kwunyeung. This is an easy fix! Please update the document so that other users won’t make the same mistake.