From f48d492cc5d890ab6f1ad2101f80f7965e185177 Mon Sep 17 00:00:00 2001 From: Gabriel Fukushima Date: Wed, 7 Jun 2023 01:42:54 +1000 Subject: [PATCH] Update blob-extension.md Fix typo --- src/engine/experimental/blob-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/experimental/blob-extension.md b/src/engine/experimental/blob-extension.md index b4cbbc6c..eb428553 100644 --- a/src/engine/experimental/blob-extension.md +++ b/src/engine/experimental/blob-extension.md @@ -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).