Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Apr 16, 2020
1 parent cf0ecce commit f868754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/phase1/fraud-proofs.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def shard_state_transition(beacon_state: BeaconState,
def compute_shard_transition_data(beacon_state: BeaconState,
shard_state: ShardState,
beacon_parent_root: Root,
shard_body_root: Root) -> Root:
shard_body_root: Root) -> Bytes32:
return hash(
hash_tree_root(shard_state) + beacon_parent_root + shard_body_root
)
Expand Down

0 comments on commit f868754

Please sign in to comment.