Skip to content

Commit 6f20650

Browse files
committed
rm one trait requirement
1 parent 41740fc commit 6f20650

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

crates/optimism/src/api/exec.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ use revm::{
99
Cfg, ContextTr, Database, JournalTr,
1010
},
1111
handler::{instructions::EthInstructions, EthFrame, EvmTr, Handler, PrecompileProvider},
12-
inspector::{
13-
InspectCommitEvm, InspectEvm, Inspector, InspectorEvmTr, InspectorHandler, JournalExt,
14-
},
12+
inspector::{InspectCommitEvm, InspectEvm, Inspector, InspectorHandler, JournalExt},
1513
interpreter::{interpreter::EthInterpreter, InterpreterResult},
1614
DatabaseCommit, ExecuteCommitEvm, ExecuteEvm,
1715
};
@@ -92,7 +90,7 @@ where
9290
impl<CTX, INSP, PRECOMPILE> InspectCommitEvm
9391
for OpEvm<CTX, INSP, EthInstructions<EthInterpreter, CTX>, PRECOMPILE>
9492
where
95-
CTX: OpContextTr<Journal: JournalExt, Db: DatabaseCommit> + InspectorEvmTr,
93+
CTX: OpContextTr<Journal: JournalExt, Db: DatabaseCommit>,
9694
INSP: Inspector<CTX, EthInterpreter>,
9795
PRECOMPILE: PrecompileProvider<CTX, Output = InterpreterResult>,
9896
{

0 commit comments

Comments
 (0)