Skip to content

Commit

Permalink
@mattsse review
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Nov 24, 2023
1 parent a659f3c commit c92ad68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/revm/src/optimism/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::sync::Arc;

use reth_interfaces::{
executor::{self as reth_executor, BlockExecutionError},
RethError,
Expand All @@ -11,6 +9,7 @@ use revm::{
primitives::{BedrockSpec, Bytecode, HashMap, RegolithSpec},
DatabaseCommit, L1BlockInfo,
};
use std::sync::Arc;
use tracing::trace;

/// Optimism-specific processor implementation for the `EVMProcessor`
Expand Down

0 comments on commit c92ad68

Please sign in to comment.