Skip to content

Commit 7a6cf59

Browse files
committed
Fix typo
1 parent 76eb2d2 commit 7a6cf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/prague.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The response of this method is extended with the `executionRequests` field.
7171
- `blobsBundle`: [`BlobsBundleV1`](#BlobsBundleV1) - Bundle with data corresponding to blob transactions included into `executionPayload`
7272
- `shouldOverrideBuilder` : `BOOLEAN` - Suggestion from the execution layer to use this `executionPayload` instead of an externally provided one
7373
- `executionRequests`: `Array of DATA` - Execution layer triggered requests obtained from the `executionPayload` transaction execution,
74-
each element of the list rerpresents requests of a certain type encoded as it is defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
74+
each element of the list represents requests of a certain type encoded as it is defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
7575
* error: code and message set in case an exception happens while getting the payload.
7676

7777
#### Specification

0 commit comments

Comments
 (0)