Skip to content

Commit

Permalink
replace execution requests with corresponding root
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkaufmann committed Sep 16, 2024
1 parent 19f0bce commit f249dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/electra/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ class BlindedBeaconBlockBody(Container):
execution_payload_header: ExecutionPayloadHeader
bls_to_execution_changes: List[SignedBLSToExecutionChange, MAX_BLS_TO_EXECUTION_CHANGES]
blob_kzg_commitments: List[KZGCommitment, MAX_BLOB_COMMITMENTS_PER_BLOCK]
execution_requests: ExecutionRequests # [New in Electra]
execution_requests_root: Root # [New in Electra]
```

0 comments on commit f249dfd

Please sign in to comment.