Skip to content

Commit

Permalink
fixes typo in validator CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinczenko committed Sep 13, 2024
1 parent fed55ad commit 346798f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codex/conf.nim
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,15 @@ type
.}: int

validatorPartitionSize* {.
desc: "Slot validaton partition size"
desc: "Slot validation partition size"
longDesc: "A number indicating total number of partitions into which the whole slot id space will be divided. " &
"The value must be greater than 0"
defaultValue: 1
name: "validator-partition-size"
.}: int

validatorPartitionIndex* {.
desc: "Slot validaton partition index"
desc: "Slot validation partition index"
longDesc: "The value provided must be in the range [0, partitionSize). " &
"Only slot ids satisfying condition [(slotId mod partitionSize) == partitionIndex] will be observed by the validator"
defaultValue: 0
Expand Down

0 comments on commit 346798f

Please sign in to comment.