From b63826a4cd47dc7bca0abd74b08bf2c38879e99f Mon Sep 17 00:00:00 2001 From: jsvisa Date: Thu, 7 Nov 2024 12:56:57 +0000 Subject: [PATCH] docs Signed-off-by: jsvisa --- crates/evm/core/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/evm/core/src/utils.rs b/crates/evm/core/src/utils.rs index 9225786f0acfd..6d73851b90e07 100644 --- a/crates/evm/core/src/utils.rs +++ b/crates/evm/core/src/utils.rs @@ -167,7 +167,7 @@ fn get_create2_factory_call_inputs( } } -/// Used for routing certain CREATE2 invocations through [DEFAULT_CREATE2_DEPLOYER]. +/// Used for routing certain CREATE2 invocations through CREATE2_DEPLOYER. /// /// Overrides create hook with CALL frame if [InspectorExt::should_use_create2_factory] returns /// true. Keeps track of overridden frames and handles outcome in the overridden insert_call_outcome