Skip to content

Commit

Permalink
chore: log every block height we receive (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Nov 30, 2024
1 parent df4fa84 commit a94996d
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 a94996d

Please sign in to comment.