Remove withdrawal_queue from BeaconState upgrade

This commit is contained in:
inphi 2022-11-10 13:57:30 -05:00
parent a04f06bd11
commit bed1df00a2
No known key found for this signature in database
GPG Key ID: B61066A1A33F5D24

View File

@ -111,7 +111,6 @@ def upgrade_to_eip4844(pre: capella.BeaconState) -> BeaconState:
# Execution-layer
latest_execution_payload_header=pre.latest_execution_payload_header,
# Withdrawals
withdrawal_queue=pre.withdrawal_queue,
next_withdrawal_index=pre.next_withdrawal_index,
next_withdrawal_validator_index=pre.next_withdrawal_validator_index,
)