fix typos: attestion -> attestation (#4153)

This commit is contained in:
tersec 2022-09-20 05:03:58 +02:00 committed by GitHub
parent 56720dd808
commit bed8318b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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