From 7175f7e71140feb64daac89f01a353ac6ee93718 Mon Sep 17 00:00:00 2001 From: johntaiko Date: Sat, 12 Aug 2023 15:03:03 +0000 Subject: [PATCH] chore: remove TODO, support 1559 now --- zkevm-circuits/src/evm_circuit/execution/begin_tx.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zkevm-circuits/src/evm_circuit/execution/begin_tx.rs b/zkevm-circuits/src/evm_circuit/execution/begin_tx.rs index bbac4d105b..4c25ccb3c6 100644 --- a/zkevm-circuits/src/evm_circuit/execution/begin_tx.rs +++ b/zkevm-circuits/src/evm_circuit/execution/begin_tx.rs @@ -121,7 +121,6 @@ impl ExecutionGadget for BeginTxGadget { None, ); // rwc_delta += 1 - // TODO: Implement EIP 1559 (currently it only supports legacy // transaction format) // Calculate transaction gas fee let mul_gas_fee_by_gas =