Skip to content

Commit 0f964b0

Browse files
authored
Change "modified" to "new"
1 parent 44d5a1b commit 0f964b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/deneb/beacon-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def verify_and_notify_new_payload(self: ExecutionEngine,
294294
Return ``True`` if and only if ``new_payload_request`` is valid with respect to ``self.execution_state``.
295295
"""
296296
execution_payload = new_payload_request.execution_payload
297-
parent_beacon_block_root = new_payload_request.parent_beacon_block_root # [Modified in Deneb:EIP4788]
297+
parent_beacon_block_root = new_payload_request.parent_beacon_block_root # [New in Deneb:EIP4788]
298298

299299
if b'' in execution_payload.transactions:
300300
return False

0 commit comments

Comments
 (0)