From d497a2a4225dcbedc59328751ac27bd6bbf38c97 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Thu, 12 Aug 2021 15:16:10 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: teor --- zebra-state/src/service/check.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-state/src/service/check.rs b/zebra-state/src/service/check.rs index ca2ada2790b..c69b95de0df 100644 --- a/zebra-state/src/service/check.rs +++ b/zebra-state/src/service/check.rs @@ -102,7 +102,7 @@ where /// Check that the `prepared` block is contextually valid for `network`, using /// the `history_tree` up to and including the previous block. -#[tracing::instrument(skip(prepared))] +#[tracing::instrument(skip(prepared, history_tree))] pub(crate) fn block_commitment_is_valid_for_chain_history( prepared: &PreparedBlock, network: Network,