diff --git a/validator/service/service.go b/validator/service/service.go index 1b6cdff..aa9c099 100644 --- a/validator/service/service.go +++ b/validator/service/service.go @@ -136,7 +136,7 @@ func (a *ValidatorService) checkBlobs(ctx context.Context, start phase0.Slot, en if beaconStatus != http.StatusOK { // This can happen if the slot has been missed - l.Info("matching error status", "beacon", beaconStatus, "blob", blobStatus) + l.Info("matching error status", "beaconStatus", beaconStatus, "blobStatus", blobStatus) continue }