From b2010e3b110c164010f04af5712af1d6db4d0e56 Mon Sep 17 00:00:00 2001 From: Mykola Date: Thu, 2 Jan 2020 22:28:13 -0800 Subject: [PATCH] Add --rpcapi default values --- docs/_interface/Command-Line-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/Command-Line-Options.md b/docs/_interface/Command-Line-Options.md index ccf056d54b..4f9ebbdda7 100644 --- a/docs/_interface/Command-Line-Options.md +++ b/docs/_interface/Command-Line-Options.md @@ -111,7 +111,7 @@ API AND CONSOLE OPTIONS: --rpc Enable the HTTP-RPC server --rpcaddr value HTTP-RPC server listening interface (default: "localhost") --rpcport value HTTP-RPC server listening port (default: 8545) - --rpcapi value API's offered over the HTTP-RPC interface + --rpcapi value API's offered over the HTTP-RPC interface (default: "eth,net,web3") --rpc.gascap value Sets a cap on gas that can be used in eth_call/estimateGas (default: 0) --rpccorsdomain value Comma separated list of domains from which to accept cross origin requests (browser enforced) --rpcvhosts value Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: "localhost")