Skip to content

Commit

Permalink
Update specs/core/0_beacon-chain.md
Browse files Browse the repository at this point in the history
Co-Authored-By: GregTheGreek <gregorymarkou@gmail.com>
  • Loading branch information
hwwhww and GregTheGreek committed Jan 16, 2019
1 parent 2c25ed9 commit e5ea67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit e5ea67f

Please sign in to comment.