Skip to content

Commit

Permalink
Merge pull request #20 from ethereum-optimism/gk/validator-tweaks
Browse files Browse the repository at this point in the history
validator: emit more verbose log info
  • Loading branch information
danyalprout authored Apr 9, 2024
2 parents d5b160a + c825d86 commit d86a851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,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

}
Expand Down

0 comments on commit d86a851

Please sign in to comment.