mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-11 12:10:05 +00: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:
parent
b54743edbf
commit
5dc8eb45d3
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user