Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm committed Jan 22, 2024
1 parent e9b6193 commit 8749e54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator/client/beacon-api/get_beacon_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8749e54

Please sign in to comment.