shard_id -> shard patch

This commit is contained in:
Hsiao-Wei Wang 2018-11-22 20:13:08 +08:00
parent 70cef14a08
commit c8e9ff3d87
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4

View File

@ -160,8 +160,8 @@ A `ProposalSignedData` has the following fields:
'fork_version': 'uint64',
# Slot number
'slot': 'uint64',
# Shard ID (or `2**64 - 1` for beacon chain)
'shard_id': 'uint64',
# Shard number (or `2**64 - 1` for beacon chain)
'shard': 'uint64',
# Block hash
'block_hash': 'hash32',
}