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
1 changed files with 1 additions and 1 deletions

View File

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