mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 12:55:10 -05:00
Merge pull request #2508 from ethereum/JustinDrake-patch-7
fix minor cosmetic typo
This commit is contained in:
@@ -211,7 +211,7 @@ def process_execution_payload(state: BeaconState, payload: ExecutionPayload, exe
|
||||
assert payload.timestamp == compute_timestamp_at_slot(state, state.slot)
|
||||
# Verify the execution payload is valid
|
||||
assert execution_engine.on_payload(payload)
|
||||
# Cache execution payload
|
||||
# Cache execution payload header
|
||||
state.latest_execution_payload_header = ExecutionPayloadHeader(
|
||||
parent_hash=payload.parent_hash,
|
||||
coinbase=payload.coinbase,
|
||||
|
||||
Reference in New Issue
Block a user