fixes typo in README and conf.nim

This commit is contained in:
Marcin Czenko 2024-09-23 22:49:26 +02:00
parent 0f0f2fd228
commit 720186627c
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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"