mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 05:26:36 +00:00
[DOCS] Use correct account creation function (#20603)
If you use `NewAccount` console says there is no such function.
This commit is contained in:
parent
83ceb45320
commit
ba28228916
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ Creates a new account and prints the address.
|
||||||
On the console, use:
|
On the console, use:
|
||||||
|
|
||||||
```
|
```
|
||||||
> personal.NewAccount()
|
> personal.newAccount()
|
||||||
... you will be prompted for a password ...
|
... you will be prompted for a password ...
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue