Skip to content

Commit

Permalink
chore: remove TODO, support 1559 now
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed Aug 12, 2023
1 parent c6243e0 commit 7175f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zkevm-circuits/src/evm_circuit/execution/begin_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ impl<F: Field> ExecutionGadget<F> for BeginTxGadget<F> {
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 =
Expand Down

0 comments on commit 7175f7e

Please sign in to comment.