From 02b10e4a893a3812011f189623e310226b1cd878 Mon Sep 17 00:00:00 2001 From: Marek Date: Thu, 22 Jun 2023 23:08:26 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: teor --- zebra-state/src/service/finalized_state.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra-state/src/service/finalized_state.rs b/zebra-state/src/service/finalized_state.rs index 667547512bc..0e701b2413b 100644 --- a/zebra-state/src/service/finalized_state.rs +++ b/zebra-state/src/service/finalized_state.rs @@ -339,8 +339,8 @@ impl FinalizedState { // TODO: move the stop height check to the syncer (#3442) if self.is_at_stop_height(height) { tracing::info!( - height = ?height, - hash = ?hash, + ?height, + ?hash, block_source = ?source, "stopping at configured height, flushing database to disk" );