Skip to content

Commit

Permalink
integrated ssz with optional
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Sep 10, 2023
1 parent 13415aa commit fb746c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/src/execution/engine/types.ts
Expand Up @@ -282,6 +282,7 @@ export function parseExecutionPayload(
// right now the casing of executionWitness is camel case in the ssz caseMap
// we can directly use fromJson to read the serialized data from payload
const {executionWitness} = data;
console.log("parse executionWitness from EL", executionWitness, {blockNumber: data.blockNumber});
(executionPayload as verge.ExecutionPayload).executionWitness =
ssz.verge.ExecutionWitness.fromJson(executionWitness);
}
Expand Down

0 comments on commit fb746c2

Please sign in to comment.