Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Oct 14, 2024
1 parent e7c0cc7 commit 1adf26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,8 @@ func (m *BoostService) processElectraPayload(w http.ResponseWriter, req *http.Re
return
}

payload := responsePayload.Deneb.ExecutionPayload
blobs := responsePayload.Deneb.BlobsBundle
payload := responsePayload.Electra.ExecutionPayload
blobs := responsePayload.Electra.BlobsBundle

// Ensure the response blockhash matches the request
if blindedBlock.Message.Body.ExecutionPayloadHeader.BlockHash != payload.BlockHash {
Expand Down

0 comments on commit 1adf26a

Please sign in to comment.