fix typo: process_confirmed_header_fees called instead of charge_confirmed_header_fees

This commit is contained in:
ericsson 2021-04-24 17:46:55 +03:00
parent e05356893f
commit 6288252d44

View File

@ -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