Skip to content

Commit e64afbc

Browse files
hwwhwwmkalinin
andauthored
Apply suggestions from code review
Co-authored-by: Mikhail Kalinin <[email protected]>
1 parent 806ed66 commit e64afbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

presets/mainnet/electra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mainnet preset - ELECTRA
1+
# Mainnet preset - Electra
22

33
# Execution
44
# ---------------------------------------------------------------

specs/electra/beacon-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def process_block(state: BeaconState, block: BeaconBlock) -> None:
200200
process_execution_payload(state, block.body, EXECUTION_ENGINE) # [Modified in Electra:EIP6110]
201201
process_randao(state, block.body)
202202
process_eth1_data(state, block.body)
203-
process_operations(state, block.body) # [Modified in Electra:EIP6110]
203+
process_operations(state, block.body) # [Modified in Electra:EIP6110:EIP7002]
204204
process_sync_aggregate(state, block.body.sync_aggregate)
205205
```
206206

0 commit comments

Comments
 (0)