Skip to content

Commit

Permalink
clean up execution bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkaufmann committed Sep 17, 2024
1 parent b27bee0 commit 0e4b975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/electra/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This is the modification of the builder specification accompanying the Electra u

### New containers

#### ExecutionBundle
#### `ExecutionBundle`

```python
class ExecutionBundle(Container):
execution_payload: ExecutionPayload
blobs_bundle: BlobsBundle
execution_requests: ExecutionRequests # [New in Electra]
execution_requests: ExecutionRequests
```

### Extended containers
Expand Down

0 comments on commit 0e4b975

Please sign in to comment.