Skip to content

Commit

Permalink
fix typos: attestion -> attestation (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Sep 20, 2022
1 parent 56720dd commit bed8318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beacon_chain/validators/action_tracker.nim
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func updateActions*(
# when there hasn't been a block substantially through an epoch, it might
# prove misleading to claim that there aren't attestations known, when it
# only might be known either way for 3 more slots. However, it's also not
# as important to attest when blocks aren't flowing as only attestions in
# as important to attest if blocks aren't flowing as only attestations in
# blocks garner rewards.
tracker.attestingSlots[epoch mod 2] =
tracker.attestingSlots[epoch mod 2] or
Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/validators/validator_monitor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ proc registerAggregate*(
delay.toGaugeValue(), [$src, metricId])

if not self.totals:
info "Aggregated attestion seen",
info "Aggregated attestation seen",
aggregate = shortLog(aggregate_and_proof.aggregate),
src, epoch = slot.epoch, validator = id, delay

Expand Down

0 comments on commit bed8318

Please sign in to comment.