mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
fix typos: attestion -> attestation (#4153)
This commit is contained in:
parent
56720dd808
commit
bed8318b7f
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user