mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-13 11:06:31 +00:00
Fix "new in" comment so it's consistent with others
This commit is contained in:
parent
b641582ed7
commit
d046d07c26
@ -91,7 +91,7 @@ def upgrade_to_electra(pre: deneb.BeaconState) -> BeaconState:
|
|||||||
blob_gas_used=pre.latest_execution_payload_header.blob_gas_used,
|
blob_gas_used=pre.latest_execution_payload_header.blob_gas_used,
|
||||||
excess_blob_gas=pre.latest_execution_payload_header.excess_blob_gas,
|
excess_blob_gas=pre.latest_execution_payload_header.excess_blob_gas,
|
||||||
deposit_receipts_root=Root(), # [New in Electra:EIP6110]
|
deposit_receipts_root=Root(), # [New in Electra:EIP6110]
|
||||||
exits_root=Root(), # [New in Electra:EIP-7002],
|
exits_root=Root(), # [New in Electra:EIP7002],
|
||||||
)
|
)
|
||||||
post = BeaconState(
|
post = BeaconState(
|
||||||
# Versioning
|
# Versioning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user