Initialize status_flags

This commit is contained in:
vbuterin 2018-12-29 13:44:51 -06:00 committed by GitHub
parent 85d001001c
commit bd5b32ec5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1322,6 +1322,7 @@ def process_deposit(state: BeaconState,
withdrawal_slot=FAR_FUTURE_SLOT, withdrawal_slot=FAR_FUTURE_SLOT,
penalized_slot=FAR_FUTURE_SLOT, penalized_slot=FAR_FUTURE_SLOT,
exit_count=0, exit_count=0,
status_flags=0,
poc_commitment=poc_commitment, poc_commitment=poc_commitment,
last_poc_change_slot=0, last_poc_change_slot=0,
second_last_poc_change_slot=0, second_last_poc_change_slot=0,