diff --git a/beacon-chain/execution/engine_client.go b/beacon-chain/execution/engine_client.go index 1da3249de4a8..2dfc479f4214 100644 --- a/beacon-chain/execution/engine_client.go +++ b/beacon-chain/execution/engine_client.go @@ -274,7 +274,6 @@ func getPayloadMethodAndMessage(slot primitives.Slot) (string, proto.Message) { return GetPayloadMethodV2, &pb.ExecutionPayloadCapellaWithValue{} } return GetPayloadMethod, &pb.ExecutionPayload{} - } // GetPayload calls the engine_getPayloadVX method via JSON-RPC.