From 0cf0512d066ffe11aa4a17cf4839480ab0915175 Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Wed, 15 Jan 2025 19:29:51 +0400 Subject: [PATCH] fix --- examples/stateful-precompile/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/stateful-precompile/src/main.rs b/examples/stateful-precompile/src/main.rs index 3165b3313aa3..2cdebfe5602c 100644 --- a/examples/stateful-precompile/src/main.rs +++ b/examples/stateful-precompile/src/main.rs @@ -68,8 +68,8 @@ impl MyEvmConfig { /// Sets the precompiles to the EVM handler /// - /// This will be invoked when the EVM is created via [ConfigureEvm::evm] or - /// [ConfigureEvm::evm_with_inspector] + /// This will be invoked when the EVM is created via [ConfigureEvm::evm_with_env] or + /// [ConfigureEvm::evm_with_env_and_inspector] /// /// This will use the default mainnet precompiles and wrap them with a cache. pub fn set_precompiles(