Merge pull request #100 from ethereum/djrtwo-patch-1

Fix small error in comment about `parent_hashes`
This commit is contained in:
Hsiao-Wei Wang 2018-10-25 23:07:58 +08:00 committed by GitHub
commit e9719195ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ An `AttestationSignedData` has the following fields:
'slot': 'uint64',
# Shard number
'shard': 'uint16',
# 31 parent hashes
# CYCLE_LENGTH parent hashes
'parent_hashes': ['hash32'],
# Shard block hash
'shard_block_hash': 'hash32',