mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 21:35:18 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: GregTheGreek <gregorymarkou@gmail.com>
This commit is contained in:
@@ -1010,7 +1010,7 @@ def get_beacon_proposer_index(state: BeaconState,
|
||||
#### `merkle_root`
|
||||
|
||||
```python
|
||||
def merkle_root(values: [hash32]) -> hash32:
|
||||
def merkle_root(values: List[Hash32]) -> Hash32:
|
||||
"""
|
||||
Merkleize ``values`` (where ``len(values)`` is a power of two) and return the Merkle root.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user