mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
Add slot in epoch field for `Attestation schedule..." log (#8166)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -594,6 +594,7 @@ func (v *validator) logDuties(slot uint64, duties []*ethpb.DutiesResponse_Duty)
|
||||
if len(attesterKeys[i]) > 0 {
|
||||
log.WithFields(logrus.Fields{
|
||||
"slot": slotOffset + i,
|
||||
"slotInEpoch": (slotOffset + i) % params.BeaconConfig().SlotsPerEpoch,
|
||||
"attesterDutiesAtSlot": len(attesterKeys[i]),
|
||||
"totalAttestersInEpoch": totalAttestingKeys,
|
||||
"pubKeys": attesterKeys[i],
|
||||
|
||||
Reference in New Issue
Block a user