Skip to content

Commit

Permalink
Update blob-extension.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
gfukushima authored Jun 6, 2023
1 parent 64c991d commit f48d492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/experimental/blob-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ and proofs corresponding to the `versioned_hashes` included in the blob transact

Refer to the specification for `engine_getPayloadV2` with addition of the following:

1. The call **MUST** return empty `blobs`, `commitments` and `proofs` if the paylaod doesn't contain any blob transactions.
1. The call **MUST** return empty `blobs`, `commitments` and `proofs` if the payload doesn't contain any blob transactions.

2. The call **MUST** return `commitments` matching the versioned hashes of the transactions list of the execution payload, in the same order,
i.e. `assert verify_kzg_commitments_against_transactions(payload.transactions, bundle.commitments)` (see EIP-4844 consensus-specs).
Expand Down

0 comments on commit f48d492

Please sign in to comment.