Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm committed Oct 16, 2024
1 parent bea42f4 commit 2ffb01b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon-chain/execution/engine_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2ffb01b

Please sign in to comment.