Skip to content

Commit 07517ad

Browse files
committed
add further debugging log
1 parent fe8dc45 commit 07517ad

File tree

1 file changed

+1
-0
lines changed
  • packages/client/src/rpc/modules/engine

1 file changed

+1
-0
lines changed

packages/client/src/rpc/modules/engine/engine.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,6 +1382,7 @@ export class Engine {
13821382
checkNotAfterHf,
13831383
BigInt(executionPayload.executionPayload.timestamp),
13841384
)
1385+
console.log("getPayload",{payloadId,requests: executionPayload.executionRequests});
13851386
return executionPayload
13861387
} catch (error: any) {
13871388
if (validEngineCodes.includes(error.code)) throw error

0 commit comments

Comments
 (0)