diff --git a/EIPS/eip-4844.md b/EIPS/eip-4844.md index f65059e97d8542..74b85cc7ba8b04 100644 --- a/EIPS/eip-4844.md +++ b/EIPS/eip-4844.md @@ -96,7 +96,7 @@ def fake_exponential(factor: int, numerator: int, denominator: int) -> int: ### Blob transaction -We introduce a new [EIP-2718](./eip-2718.md) transaction, "blob transaction", where the `TransactionType` is `BLOB_TX_TYPE` and the `TransactionPayload` is the RLP serialization of the following `TransactionPayloadBody`: +We introduce a new type of [EIP-2718](./eip-2718.md) transaction, "blob transaction", where the `TransactionType` is `BLOB_TX_TYPE` and the `TransactionPayload` is the RLP serialization of the following `TransactionPayloadBody`: ``` [chain_id, nonce, max_priority_fee_per_gas, max_fee_per_gas, gas_limit, to, value, data, access_list, max_fee_per_blob_gas, blob_versioned_hashes, y_parity, r, s]