mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 22:38:11 +00:00
Cleanup unnecessary init
This commit is contained in:
parent
d51345c6b3
commit
e9111a5168
@ -155,7 +155,6 @@ def build_empty_execution_payload(spec, state, randao_mix=None):
|
||||
timestamp=timestamp,
|
||||
extra_data=spec.ByteList[spec.MAX_EXTRA_DATA_BYTES](),
|
||||
base_fee_per_gas=latest.base_fee_per_gas, # retain same base_fee
|
||||
block_hash=spec.Hash32(),
|
||||
transactions=empty_txs,
|
||||
)
|
||||
if is_post_capella(spec):
|
||||
|
Loading…
x
Reference in New Issue
Block a user