Temp fix for linter on eip-7732 beacon chain spec

This commit is contained in:
Lucas Saldanha 2024-09-02 13:56:57 +12:00
parent 38baa573c7
commit 31225f1acf
1 changed files with 1 additions and 0 deletions

View File

@ -655,6 +655,7 @@ def process_execution_payload(state: BeaconState,
execution_payload=payload,
versioned_hashes=versioned_hashes,
parent_beacon_block_root=state.latest_block_header.parent_root,
execution_requests=ExecutionRequests(), # TODO: fix me (making linter happy)
)
)