mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 16:25:09 -05:00
Fix typo
This commit is contained in:
@@ -1660,7 +1660,7 @@ Below are the processing steps that happen at every slot.
|
||||
|
||||
#### Block roots
|
||||
|
||||
* Let `previous_block_root` be the `tree_hash_root` of the previous beacon block processed in the chain.
|
||||
* Let `previous_block_root` be the `hash_tree_root` of the previous beacon block processed in the chain.
|
||||
* Set `state.latest_block_roots[(state.slot - 1) % LATEST_BLOCK_ROOTS_LENGTH] = previous_block_root`.
|
||||
* If `state.slot % LATEST_BLOCK_ROOTS_LENGTH == 0` append `merkle_root(state.latest_block_roots)` to `state.batched_block_roots`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user