We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54949d commit 6d12151Copy full SHA for 6d12151
crates/evm/core/src/backend/strategy.rs
@@ -145,7 +145,7 @@ impl BackendStrategyRunner for EvmBackendStrategyRunner {
145
) -> Result<ResultAndState> {
146
let mut evm = crate::utils::new_evm_with_inspector(backend, env.clone(), inspector);
147
148
- let res = evm.transact().wrap_err("backend: failed while inspecting")?;
+ let res = evm.transact().wrap_err("EVM error")?;
149
150
env.env = evm.context.evm.inner.env;
151
0 commit comments