Skip to content

Commit

Permalink
remove clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Aug 25, 2023
1 parent 2a6400a commit e7991b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/_features/epbs/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class BeaconBlockBody(Container):
# Removed execution_payload [ Removed in ePBS]
signed_execution_payload_header: SignedExecutionPayloadHeader # [New in ePBS]
bls_to_execution_changes: List[SignedBLSToExecutionChange, MAX_BLS_TO_EXECUTION_CHANGES]
blob_kzg_commitments: List[KZGCommitment, MAX_BLOB_COMMITMENTS_PER_BLOCK] # [New in Deneb:EIP4844]
blob_kzg_commitments: List[KZGCommitment, MAX_BLOB_COMMITMENTS_PER_BLOCK]
```

#### `ExecutionPayload`
Expand Down

0 comments on commit e7991b6

Please sign in to comment.