Skip to content

Commit

Permalink
Merge pull request #2627 from ethDreamer/function_rename
Browse files Browse the repository at this point in the history
Fixed Validation Conditions (Function Renamed)
  • Loading branch information
djrtwo authored Sep 24, 2021
2 parents 463c234 + 8a76a41 commit 30fe7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/merge/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Alias `block = signed_beacon_block.message`, `execution_payload = block.body.exe
- If the execution is enabled for the block -- i.e. `is_execution_enabled(state, block.body)`
then validate the following:
- _[REJECT]_ The block's execution payload timestamp is correct with respect to the slot
-- i.e. `execution_payload.timestamp == compute_time_at_slot(state, block.slot)`.
-- i.e. `execution_payload.timestamp == compute_timestamp_at_slot(state, block.slot)`.
- _[REJECT]_ Gas used is less than the gas limit --
i.e. `execution_payload.gas_used <= execution_payload.gas_limit`.
- _[REJECT]_ The execution payload block hash is not equal to the parent hash --
Expand Down

0 comments on commit 30fe7ba

Please sign in to comment.