From d046d07c2666aa27aa8f2032a84a798e2cfb6564 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Tue, 9 Apr 2024 12:28:03 -0500 Subject: [PATCH] Fix "new in" comment so it's consistent with others --- specs/electra/fork.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/electra/fork.md b/specs/electra/fork.md index fb851a451..be32aeac9 100644 --- a/specs/electra/fork.md +++ b/specs/electra/fork.md @@ -91,7 +91,7 @@ def upgrade_to_electra(pre: deneb.BeaconState) -> BeaconState: blob_gas_used=pre.latest_execution_payload_header.blob_gas_used, excess_blob_gas=pre.latest_execution_payload_header.excess_blob_gas, 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( # Versioning