From 8749e543b1c6f2e07f016418843c83de411c30f7 Mon Sep 17 00:00:00 2001 From: james-prysm Date: Mon, 22 Jan 2024 12:00:57 -0600 Subject: [PATCH] fixing linting --- validator/client/beacon-api/get_beacon_block.go | 1 - 1 file changed, 1 deletion(-) diff --git a/validator/client/beacon-api/get_beacon_block.go b/validator/client/beacon-api/get_beacon_block.go index 7e15d9b60117..bab6d3e1fe39 100644 --- a/validator/client/beacon-api/get_beacon_block.go +++ b/validator/client/beacon-api/get_beacon_block.go @@ -37,7 +37,6 @@ func buildGetBeaconBlockUrlValues(randaoReveal []byte, graffiti []byte, builderB } func (c beaconApiValidatorClient) getBeaconBlock(ctx context.Context, slot primitives.Slot, randaoReveal []byte, graffiti []byte, builderBoostFactor *wrapperspb.UInt64Value) (*ethpb.GenericBeaconBlock, error) { - var ver string var blinded bool var decoder *json.Decoder