From ba28228916477c4c3a2bd7b67156fc358d1331e9 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Tue, 28 Jan 2020 13:19:28 +0100 Subject: [PATCH] [DOCS] Use correct account creation function (#20603) 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