This commit is contained in:
Lars Pensjö 2015-08-29 13:57:02 +00:00
commit 06863899e0

View file

@ -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{