Skip to content

Commit

Permalink
fix: typo (#419)
Browse files Browse the repository at this point in the history
Update blob-extension.md

Fix typo
  • Loading branch information
gfukushima authored Jul 4, 2023
1 parent 4da6a02 commit fa0580e
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 @@ -110,7 +110,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 fa0580e

Please sign in to comment.