From c8bb2b308899a78ef1f44504d926ad1b9d72ccda Mon Sep 17 00:00:00 2001 From: Lily Johnson Date: Tue, 25 Jun 2024 14:38:50 +0200 Subject: [PATCH] fix spacing --- EIPS/eip-7727.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: