Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: teor <[email protected]>
  • Loading branch information
upbqdn and teor2345 authored Jun 22, 2023
1 parent dac739f commit 02b10e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-state/src/service/finalized_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
Expand Down

0 comments on commit 02b10e4

Please sign in to comment.