diff --git a/EIPS/eip-7727.md b/EIPS/eip-7727.md index f2c4882e69e270..644f58cf67e8be 100644 --- a/EIPS/eip-7727.md +++ b/EIPS/eip-7727.md @@ -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: