Skip to content

Commit 180bc0c

Browse files
authored
Merge pull request #9534 from jihwankimqd/patch-1
[Documentation] Remove duplicates
2 parents 83a1d93 + 60f84b7 commit 180bc0c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Node operators can add a validator to their consensus clients by depositing 32 E
4949
| Executes/re-executes transactions | Runs the fork choice algorithm | Accrues rewards/penalties |
5050
| Verifies incoming state changes | Keeps track of the head of the chain | Makes attestations |
5151
| Manages state and receipts tries | Manages the Beacon state (contains consensus and execution info) | Requires 32 ETH to be staked |
52-
| Creates execution payload | Keeps track of accumulated randomness in RANDAO | Proposes blocks |
53-
| Exposes JSON-RPC API for interacting with Ethereum | Keeps track of justification and finalization | Can be slashed |
52+
| Creates execution payload | Keeps track of accumulated randomness in RANDAO | Can be slashed |
53+
| Exposes JSON-RPC API for interacting with Ethereum | Keeps track of justification and finalization | |
5454

5555
## Further reading {#further-reading}
5656

0 commit comments

Comments
 (0)