Skip to content

Commit

Permalink
Update crates/engine/util/src/reorg.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 19, 2024
1 parent 1b1b8e7 commit 6210f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/engine/util/src/reorg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ where
for tx in candidate_transactions {
// ensure we still have capacity for this transaction
if cumulative_gas_used + tx.gas_limit() > reorg_target.gas_limit {
continue;
continue
}

// Configure the environment for the block.
Expand Down

0 comments on commit 6210f1f

Please sign in to comment.