mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 01:25:16 -05:00
fix typo: process_confirmed_header_fees called instead of charge_confirmed_header_fees
This commit is contained in:
@@ -644,7 +644,7 @@ def process_epoch(state: BeaconState) -> None:
|
||||
|
||||
# Sharding
|
||||
process_pending_headers(state)
|
||||
process_confirmed_header_fees(state)
|
||||
charge_confirmed_header_fees(state)
|
||||
reset_pending_headers(state)
|
||||
|
||||
# Final updates
|
||||
|
||||
Reference in New Issue
Block a user