Skip to content

Commit 2dfeb53

Browse files
committed
spec deviates from source
1 parent 2a1bc92 commit 2dfeb53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/testing/src/execution_testing/ssz/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,12 +502,12 @@ class BuiltPayloadParis(Container):
502502
block_value: uint256
503503

504504

505+
# Should not habe the should_override_builder field,worng int spec pr 793
505506
class BuiltPayloadShanghai(Container):
506507
"""The Shanghai getPayload response."""
507508

508509
payload: ExecutionPayloadShanghai
509510
block_value: uint256
510-
should_override_builder: boolean
511511

512512

513513
class BuiltPayloadCancun(Container):

0 commit comments

Comments
 (0)