We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d3fc62 + bef2f34 commit 5b87ca5Copy full SHA for 5b87ca5
packages/client/src/rpc/modules/engine/util/getPayload.ts
@@ -27,7 +27,7 @@ export const blockToExecutionPayload = (
27
const shouldOverrideBuilder = false
28
return {
29
executionPayload,
30
- executionRequests: requests?.map((req) => bytesToHex(req.bytes)),
+ executionRequests: requests?.map((req) => bytesToHex(req.data)),
31
blockValue: bigIntToHex(value),
32
blobsBundle,
33
shouldOverrideBuilder,
0 commit comments