From 8288490430568e8dc60f31f4dfaf7cba2af7d179 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 26 Oct 2018 15:57:18 +0200 Subject: [PATCH] More docs fixes --- docs/sdk/clients.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/sdk/clients.md b/docs/sdk/clients.md index 8697a14a9..d75758e78 100644 --- a/docs/sdk/clients.md +++ b/docs/sdk/clients.md @@ -351,7 +351,6 @@ gaiacli tx submit-proposal \ --title= \ --description=<description> \ --type=<Text/ParameterChange/SoftwareUpgrade> \ - --proposer=<account_cosmos> \ --deposit=<40steak> \ --from=<name> \ --chain-id=<chain_id> @@ -381,7 +380,6 @@ In order for a proposal to be broadcasted to the network, the amount deposited m ```bash gaiacli tx deposit \ --proposal-id=<proposal_id> \ - --depositer=<account_cosmos> \ --deposit=<200steak> \ --from=<name> \ --chain-id=<chain_id> @@ -422,9 +420,6 @@ gaiacli query parameters With the above command you will get the values for: -- Maximum and minumum Inflation rate -- Maximum annual change in inflation rate, -- Goal of bonded tokens (%) - Unbonding time - Maximum numbers of validators - Coin denomination for staking