diff --git a/internal/services/bootstrap.go b/internal/services/bootstrap.go index 7cc235d..e4a1e42 100644 --- a/internal/services/bootstrap.go +++ b/internal/services/bootstrap.go @@ -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) } } }