Update beacon-chain.md

This commit is contained in:
Justin
2018-10-04 14:39:56 +01:00
committed by GitHub
parent b60cbd9c33
commit 5f40856606

View File

@@ -208,7 +208,7 @@ A `CrosslinkRecord` has the following fields:
# Slot number
'slot': 'int64',
# Beacon chain block hash
'hash': 'hash32'
'shard_block_hash': 'hash32'
}
```