fixes typo in README and conf.nim
This commit is contained in:
parent
0f0f2fd228
commit
720186627c
|
@ -135,7 +135,7 @@ The following options are available:
|
|||
for even distribution.
|
||||
--validator-group-index Slot validation group index [=0].
|
||||
The value provided must be in the range [0, validatorGroups). Ignored when
|
||||
--validator-groupsis not provided. Only slot ids satisfying condition [(slotId
|
||||
--validator-groups is not provided. Only slot ids satisfying condition [(slotId
|
||||
mod validationGroups) == groupIndex] will be observed by the validator.
|
||||
|
||||
Available sub-commands:
|
||||
|
|
|
@ -320,7 +320,7 @@ type
|
|||
validatorGroupIndex* {.
|
||||
desc: "Slot validation group index"
|
||||
longDesc: "The value provided must be in the range " &
|
||||
"[0, validatorGroups). Ignored when --validator-groups" &
|
||||
"[0, validatorGroups). Ignored when --validator-groups " &
|
||||
"is not provided. Only slot ids satisfying condition " &
|
||||
"[(slotId mod validationGroups) == groupIndex] will be " &
|
||||
"observed by the validator"
|
||||
|
|
Loading…
Reference in New Issue