Update specs/core/0_beacon-chain.md
Co-Authored-By: GregTheGreek <gregorymarkou@gmail.com>
This commit is contained in:
parent
2c25ed9062
commit
e5ea67f4ac
|
@ -1010,7 +1010,7 @@ def get_beacon_proposer_index(state: BeaconState,
|
||||||
#### `merkle_root`
|
#### `merkle_root`
|
||||||
|
|
||||||
```python
|
```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.
|
Merkleize ``values`` (where ``len(values)`` is a power of two) and return the Merkle root.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue