You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: