From de3a882adb4a65b1dd04de90df3ffa91c9e70d2f Mon Sep 17 00:00:00 2001 From: gamarin2 Date: Wed, 20 Feb 2019 15:13:07 +0100 Subject: [PATCH] Merge PR #3695: fix typo del guide --- docs/gaia/delegator-guide-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gaia/delegator-guide-cli.md b/docs/gaia/delegator-guide-cli.md index 43d7ed86c..26ae01abc 100644 --- a/docs/gaia/delegator-guide-cli.md +++ b/docs/gaia/delegator-guide-cli.md @@ -457,9 +457,9 @@ If you do not have a ledger device and want to interact with your private key on ```bash // Bond Atoms -// ex value for flags: =10000stake, =cosmosvaloper18thamkhnj9wz8pa4nhnp9rldprgant57pk2m8s, =0.001stake +// ex value for flags: =10000stake, =cosmosvaloper18thamkhnj9wz8pa4nhnp9rldprgant57pk2m8s, =0.001stake, =cosmos10snjt8dmpr5my0h76xj48ty80uzwhraqalu4eg -gaiacli tx staking delegate --from --gas auto --gas-prices --generate-only > unsignedTX.json +gaiacli tx staking delegate --from --gas auto --gas-prices --generate-only > unsignedTX.json ``` Then, copy `unsignedTx.json` and transfer it (e.g. via USB) to the offline computer. If it is not done already, [create an account on the offline computer](#using-a-computer). For additional security, you can double check the parameters of your transaction before signing it using the following command: