File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -202,8 +202,6 @@ regards to the `ExecutionPayload` are removed:
202202 - [ IGNORE] The block's parent (defined by ` block.parent_root ` ) passes all
203203 validation (including execution node verification of the
204204 ` block.body.execution_payload ` ).
205- - [ REJECT] The block's parent (defined by ` block.parent_root ` ) passes
206- validation.
207205
208206And instead the following validations are set in place with the alias
209207` bid = signed_execution_payload_bid.message ` :
@@ -212,8 +210,8 @@ And instead the following validations are set in place with the alias
212210 execution node ** is complete** :
213211 - [ REJECT] The block's execution payload parent (defined by
214212 ` bid.parent_block_hash ` ) passes all validation.
215- - [ REJECT] The block 's parent (defined by ` block.parent_root ` ) passes
216- validation .
213+ - [ REJECT] The bid 's parent (defined by ` bid.parent_block_root ` ) equals the
214+ block's parent (defined by ` block.parent_root ` ) .
217215
218216###### ` execution_payload `
219217
You can’t perform that action at this time.
0 commit comments