mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +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{
|
RPCListenAddrFlag = cli.StringFlag{
|
||||||
Name: "rpcaddr",
|
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",
|
Value: "127.0.0.1",
|
||||||
}
|
}
|
||||||
RPCPortFlag = cli.IntFlag{
|
RPCPortFlag = cli.IntFlag{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue