Skip to content

Commit

Permalink
chore: log every block height we receive
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Nov 29, 2024
1 parent df4fa84 commit 6f011cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/services/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ func (s *Service) processBlocksSequentially(ctx context.Context) *types.Error {
}
lastProcessedHeight = i
}
log.Info().Msgf("Processed blocks up to height %d", lastProcessedHeight)
}

log.Info().Msgf("Processed blocks up to height %d", lastProcessedHeight)
}
}
}
Expand Down

0 comments on commit 6f011cd

Please sign in to comment.