From f171743fe9661e4990b2a7d254b6b098a8c520ee Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 28 Nov 2022 12:34:27 +0000 Subject: [PATCH] fix snippet --- docs/interacting-with-geth/rpc/ns_personal_deprecation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting-with-geth/rpc/ns_personal_deprecation.md b/docs/interacting-with-geth/rpc/ns_personal_deprecation.md index 3081e12ee8..bc1438138b 100644 --- a/docs/interacting-with-geth/rpc/ns_personal_deprecation.md +++ b/docs/interacting-with-geth/rpc/ns_personal_deprecation.md @@ -88,7 +88,7 @@ curl --data '{"id": 1, "jsonrpc": "2.0", "method": "account_new", "params": []}' Example call (Clef command): -```sh1 +```sh clef newaccount ```