From c18e8aafd9e1af67bf51e728e53f46fce58d0871 Mon Sep 17 00:00:00 2001 From: Dankrad Feist Date: Fri, 17 Sep 2021 14:29:19 +0100 Subject: [PATCH] Remove arbitrary condition --- specs/merge/p2p-interface.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/specs/merge/p2p-interface.md b/specs/merge/p2p-interface.md index 85a96c31eb..464c4bfc05 100644 --- a/specs/merge/p2p-interface.md +++ b/specs/merge/p2p-interface.md @@ -78,8 +78,6 @@ Alias `block = signed_beacon_block.message`, `execution_payload = block.body.exe -- i.e. `execution_payload.timestamp == compute_time_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 -- - i.e. `execution_payload.block_hash != execution_payload.parent_hash`. - _[REJECT]_ The execution payload transaction list data is within expected size limits, the data MUST NOT be larger than the SSZ list-limit, and a client MAY be more strict.