From 8ca5943e1530c65bd1d78c43f8db728f5bc77318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Mon, 1 Jul 2024 10:24:48 +0100 Subject: [PATCH] fixup! fix everything that was depending on rm'd namada crate --- crates/vm/src/wasm/run.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crates/vm/src/wasm/run.rs b/crates/vm/src/wasm/run.rs index f7dadcb55db..2a0c0daa19c 100644 --- a/crates/vm/src/wasm/run.rs +++ b/crates/vm/src/wasm/run.rs @@ -568,10 +568,7 @@ where eval_runner .eval_native_result(ctx, vp_code_hash, input_data) .inspect_err(|err| { - tracing::warn!( - "VP eval from a native VP failed with: - {err}", - ); + tracing::warn!("VP eval from a native VP failed with: {err}"); }) .into_storage_result() }