Skip to content

Commit 7807f7b

Browse files
authored
Update index.md
rmv redundancy
1 parent a7949aa commit 7807f7b

File tree

1 file changed

+2
-2
lines changed
  • public/content/developers/docs/nodes-and-clients/node-architecture

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Introduction to how Ethereum nodes are organized.
44
lang: en
55
---
66

7-
An Ethereum node is composed of a minimum of two clients: an [execution client](/developers/docs/nodes-and-clients/#execution-clients) and a [consensus client](/developers/docs/nodes-and-clients/#consensus-clients). For a node to propose a new block, it must also run a [validator client](#validators) and stake ETH.
7+
An Ethereum node is composed of a minimum of two clients: an [execution client](/developers/docs/nodes-and-clients/#execution-clients) and a [consensus client](/developers/docs/nodes-and-clients/#consensus-clients). For a node to propose a new block, it must also run a [validator client](#validators).
88

99
When Ethereum was using [proof-of-work](/developers/docs/consensus-mechanisms/pow/), an execution client was enough to run a full Ethereum node. However, since implementing [proof-of-stake](/developers/docs/consensus-mechanisms/pow/), the execution client must be used alongside another piece of software called a [consensus client](/developers/docs/nodes-and-clients/#consensus-clients).
1010

@@ -58,4 +58,4 @@ Staking and running the validator software makes a node eligible to be selected
5858

5959
- [Proof-of-stake](/developers/docs/consensus-mechanisms/pos)
6060
- [Block proposal](/developers/docs/consensus-mechanisms/pos/block-proposal)
61-
- [Validator rewards and penalties](/developers/docs/consensus-mechanisms/pos/rewards-and-penalties)
61+
- [Validator rewards and penalties](/developers/docs/consensus-mechanisms/pos/rewards-and-penalties)

0 commit comments

Comments
 (0)