Skip to content

Commit

Permalink
responds to review
Browse files Browse the repository at this point in the history
Signed-off-by: m4sterbunny <[email protected]>
  • Loading branch information
m4sterbunny authored Jun 12, 2024
1 parent 4298d8c commit a62f5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/public-networks/concepts/node-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
Ethereum's Proof of Stake (PoS) protocol leverages two separate P2P networks supporting
separate clients. Execution clients gossip transactions over their network, enabling them to manage
their local transaction pool. Consensus clients gossip blocks over their network, enabling consensus
and chain growth. A validator node also runs the [validator client]((#validator-clients).
and chain growth. A validator node also runs the [validator client](#validator-clients).

:::info
As as result of [the 2022 Merge](https://ethereum.org/en/upgrades/merge/), Ethereum Mainnet
Expand All @@ -24,7 +24,7 @@ Under PoS, a full Ethereum Mainnet node is a combination of an execution client
an [Eth1 client](https://blog.ethereum.org/2022/01/24/the-great-eth2-renaming/) client) and a
consensus client (previously called an
[Eth2 client](https://blog.ethereum.org/2022/01/24/the-great-eth2-renaming/)). The consensus client
communicates with the execution client via the [Engine API](../how-to/use-engine-api.md).
uses the [Engine API](../how-to/use-engine-api.md) to communicate with the execution client.

![Ethereum Merge node](../../assets/images/Execution-Consensus-Clients.png)

Expand Down

0 comments on commit a62f5be

Please sign in to comment.