Skip to content

Commit

Permalink
fixup! fix everything that was depending on rm'd namada crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jul 1, 2024
1 parent a04ad35 commit 8ca5943
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/vm/src/wasm/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 8ca5943

Please sign in to comment.