Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Nov 21, 2024
1 parent 06c7742 commit 430a325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cl/beacon/handler/block_production.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ func (a *ApiHandler) GetEthV1ValidatorAttestationData(
*slot,
*committeeIndex,
)
x, _ := json.Marshal(attestationData)
fmt.Println(string(x))

if err == attestation_producer.ErrHeadStateBehind {
return beaconhttp.NewEndpointError(
http.StatusServiceUnavailable,
Expand Down

0 comments on commit 430a325

Please sign in to comment.