mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 01:36:06 +00:00
Fix names
This commit is contained in:
parent
a6f359527d
commit
d71ce6a60a
@ -139,13 +139,15 @@ cli do (skipGoerliKey {.
|
||||
desc: "Base TCP/UDP port (nodeID will be added to it)" .} = 9000.int,
|
||||
|
||||
metricsAddress {.
|
||||
desc: "Listening address of the metrics server" .} = "127.0.0.1",
|
||||
desc: "Listening address of the metrics server"
|
||||
name: "metrics-address" .} = "127.0.0.1",
|
||||
|
||||
baseMetricsPort {.
|
||||
desc: "Base metrics port (nodeID will be added to it)" .} = 8008.int,
|
||||
|
||||
rpcAddress {.
|
||||
desc: "Listening address of the RPC server" .} = "127.0.0.1",
|
||||
desc: "Listening address of the RPC server"
|
||||
name: "rpc-address" .} = "127.0.0.1",
|
||||
|
||||
baseRpcPort {.
|
||||
desc: "Base rpc port (nodeID will be added to it)" .} = 9190.int,
|
||||
|
Loading…
x
Reference in New Issue
Block a user