Skip to content

Commit

Permalink
Merge pull request #3384 from cosmos/jack/docs-hotfix
Browse files Browse the repository at this point in the history
Docs Hotfix (to master)
  • Loading branch information
ebuchman authored Jan 25, 2019
2 parents e003c5e + a8e6ec4 commit b8843fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
title: "Gaia",
collapsable: false,
children: [
"/gaia/what-is-gaia"
"/gaia/what-is-gaia",
"/gaia/installation",
"/gaia/join-testnet",
"/gaia/validators/validator-setup",
Expand Down
6 changes: 3 additions & 3 deletions docs/gaia/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
Once you have the Cosmos app installed on your Ledger, and the Ledger is accessible from the machine you are using `gaiacli` from you can create a new account key using the Ledger:

```bash
$ gaiacli keys add {{ .Key.Name }} --ledger
$ gaiacli keys add { .Key.Name } --ledger
NAME: TYPE: ADDRESS: PUBKEY:
{{ .Key.Name }} ledger cosmos1aw64xxr80lwqqdk8u2xhlrkxqaxamkr3e2g943 cosmospub1addwnpepqvhs678gh9aqrjc2tg2vezw86csnvgzqq530ujkunt5tkuc7lhjkz5mj629
{ .Key.Name } ledger cosmos1aw64xxr80lwqqdk8u2xhlrkxqaxamkr3e2g943 cosmospub1addwnpepqvhs678gh9aqrjc2tg2vezw86csnvgzqq530ujkunt5tkuc7lhjkz5mj629
```
This key will only be accessible while the Ledger is plugged in and unlocked. To send some coins with this key, run the following:
```bash
$ gaiacli tx send --from {{ .Key.Name }} --to {{ .Destination.AccAddr }} --chain-id=gaia-7000
$ gaiacli tx send --from { .Key.Name } --to { .Destination.AccAddr } --chain-id=gaia-7000
```
You will be asked to review and confirm the transaction on the Ledger. Once you do this you should see the result in the console! Now you can use your Ledger to manage your Atoms and Stake!

0 comments on commit b8843fc

Please sign in to comment.