Skip to content

Commit c4be849

Browse files
committed
fix: insp2
1 parent ca6a5ea commit c4be849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ where
194194
Insp2: Inspector<Ctx<Db>>,
195195
F: FnOnce(
196196
Trevm<Db, Insp2, TrevmState>,
197-
) -> Result<Trevm<Db, Insp, NewState>, EvmErrored<Db, Insp, E>>,
197+
) -> Result<Trevm<Db, Insp2, NewState>, EvmErrored<Db, Insp2, E>>,
198198
{
199199
let (previous, this) = self.take_inspector();
200200
let this = this.set_inspector(inspector);

0 commit comments

Comments
 (0)