Fix --help for --http; embedded rpcdaemon is off by default (#4402)

This commit is contained in:
Willian Mitsuda 2022-06-07 23:30:24 -03:00 committed by GitHub
parent feabb96e69
commit cbe25665db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,7 +308,7 @@ var (
}
HTTPEnabledFlag = cli.BoolFlag{
Name: "http",
Usage: "Enabled by default. Use --http=false to disable the HTTP-RPC server",
Usage: "Disabled by default. Use --http to enable the HTTP-RPC server",
}
HTTPListenAddrFlag = cli.StringFlag{
Name: "http.addr",