Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
compile
  • Loading branch information
rakita committed Jan 16, 2025
commit 195c7e43bb1cdaebbb5e2bb7644e0dfb525cc6e5
1 change: 0 additions & 1 deletion crates/handler/src/post_execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub fn eip7623_check_gas_floor(
gas: &mut Gas,
init_and_floor_gas: handler_interface::InitialAndFloorGas,
) {
let gas = exec_result.gas_mut();
// EIP-7623: Increase calldata cost
// spend at least a gas_floor amount of gas.
if gas.spent_sub_refunded() < init_and_floor_gas.floor_gas {
Expand Down
Loading