Skip to content

Commit a7949aa

Browse files
Update public/content/developers/docs/nodes-and-clients/node-architecture/index.md
proof Co-authored-by: Paul Wackerow <[email protected]>
1 parent 8af9207 commit a7949aa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The execution client executes the transactions locally to validate that the tran
2020

2121
## What does the execution client do? {#execution-client}
2222

23-
The execution client is responsible for transaction validation, handling, and gossip; state management; and supporting the Ethereum Virtual Machine ([EVM](/developers/docs/evm/)). It is **not** responsible for block building, block gossiping or handling consensus logic. These are in the remit of the consensus client.
23+
The execution client is responsible for transaction validation, handling, and gossip, along with state management and supporting the Ethereum Virtual Machine ([EVM](/developers/docs/evm/)). It is **not** responsible for block building, block gossiping or handling consensus logic. These are in the remit of the consensus client.
2424

2525
The execution client creates execution payloads - the list of transactions, updated state trie, and other execution-related data. Consensus clients include the execution payload in every block. The execution client is also responsible for re-executing transactions in new blocks to ensure they are valid. Executing transactions is done on the execution client's embedded computer, known as the [Ethereum Virtual Machine (EVM)](/developers/docs/evm).
2626

0 commit comments

Comments
 (0)