mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-26 05:27:19 +00:00
Fix --help for --http; embedded rpcdaemon is off by default (#4402)
This commit is contained in:
parent
feabb96e69
commit
cbe25665db
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user