Skip to content

Commit 89279f9

Browse files
authored
Merge pull request #12748 from ethereum/spec-patch
fix: specification content detail
2 parents 172c436 + fff19f8 commit 89279f9

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/consensus-mechanisms/pos/faqs

1 file changed

+1
-1
lines changed

public/content/developers/docs/consensus-mechanisms/pos/faqs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Validators have to stake ETH so that they have something to lose if they misbeha
7474

7575
## How are validators selected? {#how-are-validators-selected}
7676

77-
A single validator is pseudo-randomly chosen to propose a block in each slot using an algorithm called RANDAO that mixes a hash from the block proposer with a seed that gets updated every block. This value is used to select a specific validator from the total validator set. The validator selection is fixed four epochs in advance.
77+
A single validator is pseudo-randomly chosen to propose a block in each slot using an algorithm called RANDAO that mixes a hash from the block proposer with a seed that gets updated every block. This value is used to select a specific validator from the total validator set. The validator selection is fixed two epochs in advance.
7878

7979
[More on validator selection](/developers/docs/consensus-mechanisms/pos/block-proposal)
8080

0 commit comments

Comments
 (0)