We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1bc92 commit 2dfeb53Copy full SHA for 2dfeb53
1 file changed
packages/testing/src/execution_testing/ssz/containers.py
@@ -502,12 +502,12 @@ class BuiltPayloadParis(Container):
502
block_value: uint256
503
504
505
+# Should not habe the should_override_builder field,worng int spec pr 793
506
class BuiltPayloadShanghai(Container):
507
"""The Shanghai getPayload response."""
508
509
payload: ExecutionPayloadShanghai
510
- should_override_builder: boolean
511
512
513
class BuiltPayloadCancun(Container):
0 commit comments