From 953114e3521cc941b4c052b73ec1cdefbd80b33a Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Tue, 28 Jan 2020 12:03:44 +0100 Subject: [PATCH] Use correct account creation function If you use `NewAccount` console says there is no such function --- docs/_interface/Managing-your-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/Managing-your-accounts.md b/docs/_interface/Managing-your-accounts.md index 26a6504186..7b2352387e 100644 --- a/docs/_interface/Managing-your-accounts.md +++ b/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