Skip to content

Commit 6d12151

Browse files
committed
fix EVM error
1 parent f54949d commit 6d12151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/evm/core/src/backend/strategy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl BackendStrategyRunner for EvmBackendStrategyRunner {
145145
) -> Result<ResultAndState> {
146146
let mut evm = crate::utils::new_evm_with_inspector(backend, env.clone(), inspector);
147147

148-
let res = evm.transact().wrap_err("backend: failed while inspecting")?;
148+
let res = evm.transact().wrap_err("EVM error")?;
149149

150150
env.env = evm.context.evm.inner.env;
151151

0 commit comments

Comments
 (0)