Skip to content

Commit

Permalink
Capitalize Aggregated Unaggregated Attestations Log (#13473)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Jan 17, 2024
1 parent fe431b9 commit 87b53db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/operations/attestations/prepare_forkchoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (s *Service) prepareForkChoiceAtts() {
switch slotInterval.Interval {
case 0:
duration := time.Since(t)
log.WithField("Duration", duration).Debug("aggregated unaggregated attestations")
log.WithField("Duration", duration).Debug("Aggregated unaggregated attestations")
batchForkChoiceAttsT1.Observe(float64(duration.Milliseconds()))
case 1:
batchForkChoiceAttsT2.Observe(float64(time.Since(t).Milliseconds()))
Expand Down

0 comments on commit 87b53db

Please sign in to comment.