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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'
}
```