Compare commits

...

1 Commits

Author SHA1 Message Date
Chris Chinchilla
953114e352 Use correct account creation function
If you use `NewAccount` console says there is no such function
2020-01-28 12:03:44 +01:00

View File

@@ -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