We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1bc92 commit aaa910bCopy full SHA for aaa910b
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 have the should_override_builder field,wrong in 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