mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 22:09:26 +00:00
pages: fix typo in rpc example (#21713)
This commit is contained in:
parent
8db1192e1a
commit
c3f5e07cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
not recommend enabling such APIs over HTTP, however, since access to these
|
||||||
methods increases the attack surface.
|
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
|
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.
|
protection is built into the server to prevent misuse of the API from web pages.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue