Skip to content

Commit

Permalink
bad example
Browse files Browse the repository at this point in the history
  • Loading branch information
moshemalawach committed Oct 13, 2020
1 parent 2c450ac commit 7664321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ await cosmos.new_account()
// to import an account from mnemonics
await cosmos.import_account({mnemonics: '...'})
// to import an account from mnemonics on a specific chain (iov here for example)
await cosmos.import_account({mnemonics: '...', prefix='iov'})
await cosmos.import_account({mnemonics: '...', prefix='star'})
```

Due to signing and address derivation methods, on cosmos we only support the mnemonics account creation.
Expand Down

0 comments on commit 7664321

Please sign in to comment.