mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
Merge 3df1892513 into fd512fa12c
This commit is contained in:
commit
06863899e0
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ var (
|
|||
}
|
||||
RPCListenAddrFlag = cli.StringFlag{
|
||||
Name: "rpcaddr",
|
||||
Usage: "Listening address for the JSON-RPC server",
|
||||
Usage: "Listening address for the JSON-RPC server (warning: incorrect use of this flag can give anyone access)",
|
||||
Value: "127.0.0.1",
|
||||
}
|
||||
RPCPortFlag = cli.IntFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue