Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilyjjo committed Jun 25, 2024
1 parent 52c463e commit c8bb2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7727.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ For a `BUNDLE_TX_TYPE` to be valid, the following MUST be true:

The `BUNDLE_TX_TYPE` has a new gas cost formula. For the `BUNDLE_TX_TYPE` to be valid, it must have enough gas to cover:

1. The `BUNDLE_TX_TYPE` transaction base cost of `BUNDLE_BASE_GAS_COST`.
1. The `BUNDLE_TX_TYPE` transaction base cost of `BUNDLE_BASE_GAS_COST`.
2. All bytes of the `transactionList` elements as if their bytes were part of a typical transaction’s `CALL_DATA`.

The final gas cost of the `BUNDLE_TX_TYPE` depends on if the `transactionList`'s elements are valid transactions or not. The following logic is used on the `transactionList` elements:
Expand Down

0 comments on commit c8bb2b3

Please sign in to comment.