File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/developers/docs/nodes-and-clients/node-architecture Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Node operators can add a validator to their consensus clients by depositing 32 E
45
45
46
46
| Execution Client | Consensus Client | Validator |
47
47
| -------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------- |
48
- | Gossips transactions over its p2p network | Gossips blocks and attestations overs its p2p network | Proposes blocks |
48
+ | Gossips transactions over its p2p network | Gossips blocks and attestations over its p2p network | Proposes blocks |
49
49
| Executes/re-executes transactions | Runs the fork choice algorithm | Accrues rewards/penalties |
50
50
| Verifies incoming state changes | Keeps track of the head of the chain | Makes attestations |
51
51
| Manages state and receipts tries | Manages the Beacon state (contains consensus and execution info) | Requires 32 ETH to be staked |
You can’t perform that action at this time.
0 commit comments