From c3f5e07cb666f54054b2b0c48863f410f16f4c43 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Fri, 16 Oct 2020 09:30:14 +0200 Subject: [PATCH] pages: fix typo in rpc example (#21713) --- docs/_rpc/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_rpc/server.md b/docs/_rpc/server.md index 2c9d874a1..de17072e1 100644 --- a/docs/_rpc/server.md +++ b/docs/_rpc/server.md @@ -38,7 +38,7 @@ and debugging ("debug"), they must be configured via the `--http.api` flag. We d not recommend enabling such APIs over HTTP, however, since access to these methods increases the attack surface. - geth --http --http.api personal,eth,net,web3b + geth --http --http.api personal,eth,net,web3 Since the HTTP server is reachable from any local application, additional protection is built into the server to prevent misuse of the API from web pages.