Update specs/core/0_beacon-chain.md

Co-Authored-By: GregTheGreek <gregorymarkou@gmail.com>
This commit is contained in:
Hsiao-Wei Wang 2019-01-16 14:39:00 -05:00 committed by GitHub
parent 2c25ed9062
commit e5ea67f4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""