Initialize status_flags
This commit is contained in:
parent
85d001001c
commit
bd5b32ec5a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue