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:-)