mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-19 22:08:13 +00:00
Temp fix for linter on eip-7732 beacon chain spec
This commit is contained in:
parent
38baa573c7
commit
31225f1acf
@ -655,6 +655,7 @@ def process_execution_payload(state: BeaconState,
|
|||||||
execution_payload=payload,
|
execution_payload=payload,
|
||||||
versioned_hashes=versioned_hashes,
|
versioned_hashes=versioned_hashes,
|
||||||
parent_beacon_block_root=state.latest_block_header.parent_root,
|
parent_beacon_block_root=state.latest_block_header.parent_root,
|
||||||
|
execution_requests=ExecutionRequests(), # TODO: fix me (making linter happy)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user