mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 13:06:34 +00:00
Merge pull request #81 from rawfalafel/patch-2
Clarify description in ancestor_hashes
This commit is contained in:
commit
ec54cab28f
@ -98,7 +98,8 @@ A `BeaconBlock` has the following fields:
|
|||||||
'randao_reveal': 'hash32',
|
'randao_reveal': 'hash32',
|
||||||
# Recent PoW chain reference (block hash)
|
# Recent PoW chain reference (block hash)
|
||||||
'pow_chain_reference': 'hash32',
|
'pow_chain_reference': 'hash32',
|
||||||
# Skip list of ancestor block hashes (i'th item is 2**i'th ancestor (or zero) for i = 0, ..., 31)
|
# Skip list of previous block hashes
|
||||||
|
# i'th item is the most recent ancestor who's slot is a multiple of 2**i for i = 0, ..., 31
|
||||||
'ancestor_hashes': ['hash32'],
|
'ancestor_hashes': ['hash32'],
|
||||||
# Active state root
|
# Active state root
|
||||||
'active_state_root': 'hash32',
|
'active_state_root': 'hash32',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user