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…
Reference in New Issue