mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 20:24:22 +00:00
fix typo: process_confirmed_header_fees
called instead of charge_confirmed_header_fees
This commit is contained in:
parent
e05356893f
commit
6288252d44
@ -644,7 +644,7 @@ def process_epoch(state: BeaconState) -> None:
|
|||||||
|
|
||||||
# Sharding
|
# Sharding
|
||||||
process_pending_headers(state)
|
process_pending_headers(state)
|
||||||
process_confirmed_header_fees(state)
|
charge_confirmed_header_fees(state)
|
||||||
reset_pending_headers(state)
|
reset_pending_headers(state)
|
||||||
|
|
||||||
# Final updates
|
# Final updates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user