Skip to content

Commit

Permalink
Update EIP-4844: Clarify type for better readability
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
xinbenlv committed Jan 5, 2024
1 parent 3aaf784 commit aca0dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit aca0dc5

Please sign in to comment.