Cleanup unnecessary init

This commit is contained in:
Etan Kissling 2022-11-23 12:34:02 +01:00
parent d51345c6b3
commit e9111a5168
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ def build_empty_execution_payload(spec, state, randao_mix=None):
timestamp=timestamp, timestamp=timestamp,
extra_data=spec.ByteList[spec.MAX_EXTRA_DATA_BYTES](), extra_data=spec.ByteList[spec.MAX_EXTRA_DATA_BYTES](),
base_fee_per_gas=latest.base_fee_per_gas, # retain same base_fee base_fee_per_gas=latest.base_fee_per_gas, # retain same base_fee
block_hash=spec.Hash32(),
transactions=empty_txs, transactions=empty_txs,
) )
if is_post_capella(spec): if is_post_capella(spec):