Update beacon-chain.md

This commit is contained in:
Yutaro Mori 2018-10-16 10:13:32 +09:00 committed by GitHub
parent 6334e5328b
commit 38f2ae1a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ A `BeaconBlock` has the following fields:
# Recent PoW chain reference (block hash)
'pow_chain_reference': 'hash32',
# Skip list of previous block hashes
# i'th item is the most recent ancestor that is a multiple of 2**i for i = 0, ..., 31
# i'th item is the most recent ancestor who's slot is a multiple of 2**i for i = 0, ..., 31
'ancestor_hashes': ['hash32'],
# Active state root
'active_state_root': 'hash32',