Skip to content

Commit 52a5947

Browse files
committed
docs
1 parent 1d60917 commit 52a5947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/inspector/src/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`]
3030
pub trait InspectorHandler: Handler

crates/inspector/src/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)