File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use state::bytecode::opcode;
2424/// * [`Handler::run`] replaced with [`InspectorHandler::inspect_run`]
2525/// * [`Handler::run_without_catch_error`] replaced with [`InspectorHandler::inspect_run_without_catch_error`]
2626/// * [`Handler::execution`] replaced with [`InspectorHandler::inspect_execution`]
27- /// * [`Handler ::run_exec_loop`] replaced with [`InspectorHandler ::inspect_run_exec_loop`]
27+ /// * [`EvmTr ::run_exec_loop`] replaced with [`InspectorEvmTr ::inspect_run_exec_loop`]
2828/// * `run_exec_loop` calls `inspect_frame_init` and `inspect_frame_run` that call inspector inside.
2929/// * [`Handler::run_system_call`] replaced with [`InspectorHandler::inspect_run_system_call`]
3030pub trait InspectorHandler : Handler
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ pub trait InspectorEvmTr:
169169
170170 /// Run inspection on execution loop.
171171 ///
172- /// This method acts as [`Handler ::run_exec_loop`] method for inspection.
172+ /// This method acts as [`EvmTr ::run_exec_loop`] method for inspection.
173173 ///
174174 /// It will call:
175175 /// * [`Inspector::call`],[`Inspector::create`] to inspect call, create and eofcreate.
You can’t perform that action at this time.
0 commit comments