diff --git a/beacon_chain/validators/action_tracker.nim b/beacon_chain/validators/action_tracker.nim index ab65926c0..25cb75de4 100644 --- a/beacon_chain/validators/action_tracker.nim +++ b/beacon_chain/validators/action_tracker.nim @@ -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 diff --git a/beacon_chain/validators/validator_monitor.nim b/beacon_chain/validators/validator_monitor.nim index b2c942ac4..4acbfa9d3 100644 --- a/beacon_chain/validators/validator_monitor.nim +++ b/beacon_chain/validators/validator_monitor.nim @@ -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