mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-09 09:14:32 +00:00
fix typo last_withdrawals_root
This commit is contained in:
parent
bb7ce4fa6e
commit
e93f923bb5
@ -622,7 +622,7 @@ def process_execution_payload(state: BeaconState,
|
||||
|
||||
if not envelope.payload_withheld:
|
||||
# Verify the withdrawals root
|
||||
assert hash_tree_root(payload.withdrawals) == state.last_withdrawals_root
|
||||
assert hash_tree_root(payload.withdrawals) == state.latest_withdrawals_root
|
||||
|
||||
# Verify the gas_limit
|
||||
assert committed_header.gas_limit == payload.gas_limit
|
||||
|
Loading…
x
Reference in New Issue
Block a user