Skip to content

Commit 3f7b1d5

Browse files
authored
Merge pull request #9588 from iamoracle/patch-1
Resolved Typo in Documentation
2 parents 8449e14 + 0b25eb7 commit 3f7b1d5

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/nodes-and-clients/node-architecture

1 file changed

+1
-1
lines changed

src/content/developers/docs/nodes-and-clients/node-architecture/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The consensus client does not participate in attesting to or proposing blocks -
3737

3838
## Validators {#validators}
3939

40-
Node operators can add a validator to their consensus clients if 32 ETH is the deposit contract. The validator client comes bundled with the consensus client and can be added to a node at any time. The validator handles attestations and block proposals. They enable a node to accrue rewards or lose ETH via penalties or slashing. Running the validator software also makes a node eligible to be selected to propose a new block.
40+
Node operators can add a validator to their consensus clients by depositing 32 ETH in the deposit contract. The validator client comes bundled with the consensus client and can be added to a node at any time. The validator handles attestations and block proposals. They enable a node to accrue rewards or lose ETH via penalties or slashing. Running the validator software also makes a node eligible to be selected to propose a new block.
4141

4242
[More on staking](/staking/).
4343

0 commit comments

Comments
 (0)