From bf360d477b8588a817132b774c8677416e2a6959 Mon Sep 17 00:00:00 2001 From: Joseph Chalabi <100090645+chalabi2@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:43:45 -0700 Subject: [PATCH] fix gentx command --- networks/althea-testnet-4/create-gentx.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/networks/althea-testnet-4/create-gentx.md b/networks/althea-testnet-4/create-gentx.md index f3bf602..8ec5523 100644 --- a/networks/althea-testnet-4/create-gentx.md +++ b/networks/althea-testnet-4/create-gentx.md @@ -39,19 +39,14 @@ echo $result Create your gentx with the following command, be sure to replace the `--amount` flag with the result from the previous command. ```bash -althea gentx \ - --amount=aalthea\ - --pubkey=$(althea tendermint show-validator) \ - --moniker="" \ - --chain-id=althea_417834-4 \ - --from= \ - --commission-rate="0.10" \ - --commission-max-rate="0.20" \ - --commission-max-change-rate="0.01" \ - --gas=auto \ - --min-self-delegation="1" \ - --gas-adjustment=1.4 - --fees 20000000000000000aalthea +althea gentx aalthea \ +--moniker="moniler" \ +--chain-id=althea_417834-4 \ +--commission-rate="0.10" \ +--commission-max-rate="0.20" \ +--commission-max-change-rate="0.01" \ +--min-self-delegation="1" \ +--pubkey=$(althea tendermint show-validator) ``` ## Submitting your Gentx