Use correct account creation function

If you use `NewAccount` console says there is no such function
pull/20603/head
Chris Chinchilla 5 years ago committed by GitHub
parent 83ceb45320
commit 953114e352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_interface/Managing-your-accounts.md

@ -143,7 +143,7 @@ Creates a new account and prints the address.
On the console, use:
```
> personal.NewAccount()
> personal.newAccount()
... you will be prompted for a password ...
or

Loading…
Cancel
Save