Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "--private-key" keyword in cmd: cleos wallet import PRIVATE_KEY_1 #112

Open
kreenablen opened this issue Aug 15, 2018 · 2 comments

Comments

@kreenablen
Copy link

kreenablen commented Aug 15, 2018

In the official documentation, at page : https://developers.eos.io/eosio-nodeos/docs/learn-about-wallets-keys-and-accounts-with-cleos, there is a missing keyword in the cmd: cleos wallet import PRIVATE_KEY_1. The corect cmd would be : cleos wallet import --private-key PRIVATE_KEY_1

Without it the cmd does not executes successfully. Also same keyword should be added at same page, in the end of the page. Instead of : cleos wallet import 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3, it should be: cleos wallet import --private-key 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3

Please update the official documentation page. Thanks

@masterkrang
Copy link

@kreenablen you can also update the documentation on their site very easily and submit it. this was helpful to me, thanks!

@masterkrang
Copy link

masterkrang commented Feb 28, 2019

I believe you may need to add -n walletname to that command.

example: cleos import wallet -n WALLET_NAME --private-key PRIVATE_KEY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@masterkrang @kreenablen and others