mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
fix typo
This commit is contained in:
parent
04e1a61f58
commit
fd35b61ecb
@ -71,7 +71,7 @@ type
|
|||||||
|
|
||||||
bootstrapNodesFile* {.
|
bootstrapNodesFile* {.
|
||||||
defaultValue: ""
|
defaultValue: ""
|
||||||
desc: "Specifies a line-delimited file of bootsrap Ethereum network addresses."
|
desc: "Specifies a line-delimited file of bootstrap Ethereum network addresses."
|
||||||
name: "bootstrap-file" }: InputFile
|
name: "bootstrap-file" }: InputFile
|
||||||
|
|
||||||
libp2pAddress* {.
|
libp2pAddress* {.
|
||||||
@ -121,7 +121,7 @@ type
|
|||||||
nodeName* {.
|
nodeName* {.
|
||||||
defaultValue: ""
|
defaultValue: ""
|
||||||
desc: "A name for this node that will appear in the logs. " &
|
desc: "A name for this node that will appear in the logs. " &
|
||||||
"If you set this to 'auto', a persistent automatically generated ID will be seleceted for each --dataDir folder."
|
"If you set this to 'auto', a persistent automatically generated ID will be selected for each --dataDir folder."
|
||||||
name: "node-name" }: string
|
name: "node-name" }: string
|
||||||
|
|
||||||
verifyFinalization* {.
|
verifyFinalization* {.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user